Html Css Color HEX #032D37 Nordic

📋 copy color: '#032D37'

red 3 ◦ green 45 ◦ blue 55

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

Shades of Nordic #032D37

Tints of Nordic #032D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 53.4%

R = 2.91%
G = 43.69%
B = 53.4%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#032D37 (or 0x032D37) is known color: Nordic. HEX triplet: 03, 2D and 37. RGB value is (3,45,55). Sum of RGB (Red+Green+Blue) = 3+45+55=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #032D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D37 is #FCD2C8. Grayscale: #212121. Windows color (decimal): -16569033 or 3616003. OLE color: 3616003.

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

Color convert

RGB 3 45 55 -
CMYK 0.95 0.18 0 0.78
HSL 191.54º 0.9% 0.11% -
HSV(B) 191.54º 0.95% 0.22% -
XYZ 1.67 2.17 3.95 -
YUV 33.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 3 45 55 0.95 0.18 0 0.78 191.54 0.9 0.11
Hex 3 2D 37 5F 12 0 4E C0 5A B
Octal 3 55 67 137 22 0 116 300 132 13
Binary 11 101101 110111 1011111 10010 0 1001110 11000000 1011010 1011

Color Harmonies of #032D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D37

Black with #032D37

Text Example


Text Example

White with #032D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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