Html Css Color HEX #032F39 Nordic

📋 copy color: '#032F39'

red 3 ◦ green 47 ◦ blue 57

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

Shades of Nordic #032F39

Tints of Nordic #032F39

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.93%

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

R = 2.8%
G = 43.93%
B = 53.27%

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

#032F39 (or 0x032F39) is known color: Nordic. HEX triplet: 03, 2F and 39. RGB value is (3,47,57). Sum of RGB (Red+Green+Blue) = 3+47+57=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #032F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F39 is #FCD0C6. Grayscale: #222222. Windows color (decimal): -16568519 or 3747587. OLE color: 3747587.

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

Color convert

RGB 3 47 57 -
CMYK 0.95 0.18 0 0.78
HSL 191.11º 0.9% 0.12% -
HSV(B) 191.11º 0.95% 0.22% -
XYZ 1.79 2.35 4.23 -
YUV 34.98 140.42 105.19 -
System Red Green Blue C M Y K H S L
Decimal 3 47 57 0.95 0.18 0 0.78 191.11 0.9 0.12
Hex 3 2F 39 5F 12 0 4E BF 5A C
Octal 3 57 71 137 22 0 116 277 132 14
Binary 11 101111 111001 1011111 10010 0 1001110 10111111 1011010 1100

Color Harmonies of #032F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F39

Black with #032F39

Text Example


Text Example

White with #032F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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