Html Css Color HEX #032C39 Nordic

📋 copy color: '#032C39'

red 3 ◦ green 44 ◦ blue 57

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

Shades of Nordic #032C39

Tints of Nordic #032C39

RGB

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

 GREEN value IS 44 (17.58% from 255) = 42.31%

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

R = 2.88%
G = 42.31%
B = 54.81%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#032C39 (or 0x032C39) is known color: Nordic. HEX triplet: 03, 2C and 39. RGB value is (3,44,57). Sum of RGB (Red+Green+Blue) = 3+44+57=104 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.88% from 104); Green value is 44 (17.58% from 255 or 42.31% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #032C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C39 is #FCD3C6. Grayscale: #212121. Windows color (decimal): -16569287 or 3746819. OLE color: 3746819.

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

Color convert

RGB 3 44 57 -
CMYK 0.95 0.23 0 0.78
HSL 194.44º 0.9% 0.12% -
HSV(B) 194.44º 0.95% 0.22% -
XYZ 1.68 2.12 4.19 -
YUV 33.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 3 44 57 0.95 0.23 0 0.78 194.44 0.9 0.12
Hex 3 2C 39 5F 17 0 4E C2 5A C
Octal 3 54 71 137 27 0 116 302 132 14
Binary 11 101100 111001 1011111 10111 0 1001110 11000010 1011010 1100

Color Harmonies of #032C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C39

Black with #032C39

Text Example


Text Example

White with #032C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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