Html Css Color HEX #032F3D Nordic

📋 copy color: '#032F3D'

red 3 ◦ green 47 ◦ blue 61

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

Shades of Nordic #032F3D

Tints of Nordic #032F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 54.95%

R = 2.7%
G = 42.34%
B = 54.95%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#032F3D (or 0x032F3D) is known color: Nordic. HEX triplet: 03, 2F and 3D. RGB value is (3,47,61). Sum of RGB (Red+Green+Blue) = 3+47+61=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #032F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F3D is #FCD0C2. Grayscale: #232323. Windows color (decimal): -16568515 or 4009731. OLE color: 4009731.

HSL color Cylindrical-coordinate representation of color #032F3D: hue angle of 194.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032F3D is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 3 47 61 -
CMYK 0.95 0.23 0 0.76
HSL 194.48º 0.91% 0.13% -
HSV(B) 194.48º 0.95% 0.24% -
XYZ 1.9 2.39 4.78 -
YUV 35.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 3 47 61 0.95 0.23 0 0.76 194.48 0.91 0.13
Hex 3 2F 3D 5F 17 0 4C C2 5B D
Octal 3 57 75 137 27 0 114 302 133 15
Binary 11 101111 111101 1011111 10111 0 1001100 11000010 1011011 1101

Color Harmonies of #032F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032F3D

Black with #032F3D

Text Example


Text Example

White with #032F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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