Html Css Color HEX #032C37 Nordic

📋 copy color: '#032C37'

red 3 ◦ green 44 ◦ blue 55

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

Shades of Nordic #032C37

Tints of Nordic #032C37

RGB

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

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

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

R = 2.94%
G = 43.14%
B = 53.92%

CMYK

 C value IS 0.95

 M value IS 0.2

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#032C37 (or 0x032C37) is known color: Nordic. HEX triplet: 03, 2C and 37. RGB value is (3,44,55). Sum of RGB (Red+Green+Blue) = 3+44+55=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #032C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C37 is #FCD3C8. Grayscale: #202020. Windows color (decimal): -16569289 or 3615747. OLE color: 3615747.

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

Color convert

RGB 3 44 55 -
CMYK 0.95 0.2 0 0.78
HSL 192.69º 0.9% 0.11% -
HSV(B) 192.69º 0.95% 0.22% -
XYZ 1.63 2.1 3.93 -
YUV 33 140.42 106.61 -
System Red Green Blue C M Y K H S L
Decimal 3 44 55 0.95 0.2 0 0.78 192.69 0.9 0.11
Hex 3 2C 37 5F 14 0 4E C1 5A B
Octal 3 54 67 137 24 0 116 301 132 13
Binary 11 101100 110111 1011111 10100 0 1001110 11000001 1011010 1011

Color Harmonies of #032C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C37

Black with #032C37

Text Example


Text Example

White with #032C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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