Html Css Color HEX #032E39 Nordic

📋 copy color: '#032E39'

red 3 ◦ green 46 ◦ blue 57

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

Shades of Nordic #032E39

Tints of Nordic #032E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 53.77%

R = 2.83%
G = 43.4%
B = 53.77%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#032E39 (or 0x032E39) is known color: Nordic. HEX triplet: 03, 2E and 39. RGB value is (3,46,57). Sum of RGB (Red+Green+Blue) = 3+46+57=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 57 (22.66% from 255 or 53.77% from 106); Max value from RGB is 57 - color contains mainly: blue. Hex color #032E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E39 is #FCD1C6. Grayscale: #222222. Windows color (decimal): -16568775 or 3747331. OLE color: 3747331.

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

Color convert

RGB 3 46 57 -
CMYK 0.95 0.19 0 0.78
HSL 192.22º 0.9% 0.12% -
HSV(B) 192.22º 0.95% 0.22% -
XYZ 1.75 2.27 4.22 -
YUV 34.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 3 46 57 0.95 0.19 0 0.78 192.22 0.9 0.12
Hex 3 2E 39 5F 13 0 4E C0 5A C
Octal 3 56 71 137 23 0 116 300 132 14
Binary 11 101110 111001 1011111 10011 0 1001110 11000000 1011010 1100

Color Harmonies of #032E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E39

Black with #032E39

Text Example


Text Example

White with #032E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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