Html Css Color HEX #214042 Nordic

📋 copy color: '#214042'

red 33 ◦ green 64 ◦ blue 66

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

Shades of Nordic #214042

Tints of Nordic #214042

RGB

 RED value IS 33 (13.28% from 255) = 20.25%

 GREEN value IS 64 (25.39% from 255) = 39.26%

 BLUE value IS 66 (26.17% from 255) = 40.49%

R = 20.25%
G = 39.26%
B = 40.49%

CMYK

 C value IS 0.5

 M value IS 0.03

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#214042 (or 0x214042) is known color: Nordic. HEX triplet: 21, 40 and 42. RGB value is (33,64,66). Sum of RGB (Red+Green+Blue) = 33+64+66=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 66 - color contains mainly: blue. Hex color #214042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214042 is #DEBFBD. Grayscale: #363636. Windows color (decimal): -14598078 or 4341793. OLE color: 4341793.

HSL color Cylindrical-coordinate representation of color #214042: hue angle of 183.64º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214042 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 64 66 -
CMYK 0.5 0.03 0 0.74
HSL 183.64º 0.33% 0.19% -
HSV(B) 183.64º 0.5% 0.26% -
XYZ 3.44 4.38 5.82 -
YUV 54.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 33 64 66 0.5 0.03 0 0.74 183.64 0.33 0.19
Hex 21 40 42 32 3 0 4A B8 21 13
Octal 41 100 102 62 3 0 112 270 41 23
Binary 100001 1000000 1000010 110010 11 0 1001010 10111000 100001 10011

Color Harmonies of #214042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214042

Black with #214042

Text Example


Text Example

White with #214042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214042; }

 p { color: rgb(33,64,66); }

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

background-color css

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

 a { background-color: rgb(33,64,66); }

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

border-color css

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

 span { border-color: rgb(33,64,66); }

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