Html Css Color HEX #032E34 Nordic

📋 copy color: '#032E34'

red 3 ◦ green 46 ◦ blue 52

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

Shades of Nordic #032E34

Tints of Nordic #032E34

RGB

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

 GREEN value IS 46 (18.36% from 255) = 45.54%

 BLUE value IS 52 (20.7% from 255) = 51.49%

R = 2.97%
G = 45.54%
B = 51.49%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#032E34 (or 0x032E34) is known color: Nordic. HEX triplet: 03, 2E and 34. RGB value is (3,46,52). Sum of RGB (Red+Green+Blue) = 3+46+52=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 46 (18.36% from 255 or 45.54% from 101); Blue value is 52 (20.70% from 255 or 51.49% from 101); Max value from RGB is 52 - color contains mainly: blue. Hex color #032E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E34 is #FCD1CB. Grayscale: #212121. Windows color (decimal): -16568780 or 3419651. OLE color: 3419651.

HSL color Cylindrical-coordinate representation of color #032E34: hue angle of 187.35º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #032E34 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 46 52 -
CMYK 0.94 0.12 0 0.80
HSL 187.35º 0.89% 0.11% -
HSV(B) 187.35º 0.94% 0.2% -
XYZ 1.63 2.22 3.59 -
YUV 33.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 3 46 52 0.94 0.12 0 0.80 187.35 0.89 0.11
Hex 3 2E 34 5E C 0 50 BB 59 B
Octal 3 56 64 136 14 0 120 273 131 13
Binary 11 101110 110100 1011110 1100 0 1010000 10111011 1011001 1011

Color Harmonies of #032E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032E34

Black with #032E34

Text Example


Text Example

White with #032E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,52); }

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

background-color css

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

 a { background-color: rgb(3,46,52); }

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

border-color css

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

 span { border-color: rgb(3,46,52); }

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