Html Css Color HEX #032D39 Nordic

📋 copy color: '#032D39'

red 3 ◦ green 45 ◦ blue 57

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

Shades of Nordic #032D39

Tints of Nordic #032D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 42.86%

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

R = 2.86%
G = 42.86%
B = 54.29%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#032D39 (or 0x032D39) is known color: Nordic. HEX triplet: 03, 2D and 39. RGB value is (3,45,57). Sum of RGB (Red+Green+Blue) = 3+45+57=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #032D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D39 is #FCD2C6. Grayscale: #212121. Windows color (decimal): -16569031 or 3747075. OLE color: 3747075.

HSL color Cylindrical-coordinate representation of color #032D39: hue angle of 193.33º 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 #032D39 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 3 45 57 -
CMYK 0.95 0.21 0 0.78
HSL 193.33º 0.9% 0.12% -
HSV(B) 193.33º 0.95% 0.22% -
XYZ 1.71 2.19 4.2 -
YUV 33.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 3 45 57 0.95 0.21 0 0.78 193.33 0.9 0.12
Hex 3 2D 39 5F 15 0 4E C1 5A C
Octal 3 55 71 137 25 0 116 301 132 14
Binary 11 101101 111001 1011111 10101 0 1001110 11000001 1011010 1100

Color Harmonies of #032D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D39

Black with #032D39

Text Example


Text Example

White with #032D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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