Html Css Color HEX #032E3B Nordic

📋 copy color: '#032E3B'

red 3 ◦ green 46 ◦ blue 59

#032E3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #032E3B

Tints of Nordic #032E3B

RGB

 RED value IS 3 (1.56% from 255) = 2.78%

 GREEN value IS 46 (18.36% from 255) = 42.59%

 BLUE value IS 59 (23.44% from 255) = 54.63%

R = 2.78%
G = 42.59%
B = 54.63%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#032E3B (or 0x032E3B) is known color: Nordic. HEX triplet: 03, 2E and 3B. RGB value is (3,46,59). Sum of RGB (Red+Green+Blue) = 3+46+59=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #032E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E3B is #FCD1C4. Grayscale: #222222. Windows color (decimal): -16568773 or 3878403. OLE color: 3878403.

HSL color Cylindrical-coordinate representation of color #032E3B: hue angle of 193.93º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032E3B is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 3 46 59 -
CMYK 0.95 0.22 0 0.77
HSL 193.93º 0.9% 0.12% -
HSV(B) 193.93º 0.95% 0.23% -
XYZ 1.8 2.29 4.48 -
YUV 34.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 3 46 59 0.95 0.22 0 0.77 193.93 0.9 0.12
Hex 3 2E 3B 5F 16 0 4D C2 5A C
Octal 3 56 73 137 26 0 115 302 132 14
Binary 11 101110 111011 1011111 10110 0 1001101 11000010 1011010 1100

Color Harmonies of #032E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E3B

Black with #032E3B

Text Example


Text Example

White with #032E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032E3B; }

 p { color: rgb(3,46,59); }

 H1.HeaderClassName
 {
   color: #032E3B;
 }
 .AnyTagClassName
 {
   color: #032E3B;
 }
</style>

background-color css

<style>
 a { background-color: #032E3B; }

 a { background-color: rgb(3,46,59); }

 div.DivClassName
 {
   background-color: #032E3B;
 }
 .BgClassName
 {
   background-color: #032E3B;
 }
</style>

border-color css

<style>
 span { border-color: #032E3B; }

 span { border-color: rgb(3,46,59); }

 td.TdClassName
 {
   border-color: #032E3B;
 }
 .TagClassName
 {
   border-color: #032E3B;
 }
</style>