Html Css Color HEX #214043 Nordic

📋 copy color: '#214043'

red 33 ◦ green 64 ◦ blue 67

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

Shades of Nordic #214043

Tints of Nordic #214043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 40.85%

R = 20.12%
G = 39.02%
B = 40.85%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#214043 (or 0x214043) is known color: Nordic. HEX triplet: 21, 40 and 43. RGB value is (33,64,67). Sum of RGB (Red+Green+Blue) = 33+64+67=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 67 - color contains mainly: blue. Hex color #214043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214043 is #DEBFBC. Grayscale: #373737. Windows color (decimal): -14598077 or 4407329. OLE color: 4407329.

HSL color Cylindrical-coordinate representation of color #214043: hue angle of 185.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214043 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 64 67 -
CMYK 0.51 0.04 0 0.74
HSL 185.29º 0.34% 0.2% -
HSV(B) 185.29º 0.51% 0.26% -
XYZ 3.47 4.4 5.98 -
YUV 55.07 134.73 112.26 -
System Red Green Blue C M Y K H S L
Decimal 33 64 67 0.51 0.04 0 0.74 185.29 0.34 0.2
Hex 21 40 43 33 4 0 4A B9 22 14
Octal 41 100 103 63 4 0 112 271 42 24
Binary 100001 1000000 1000011 110011 100 0 1001010 10111001 100010 10100

Color Harmonies of #214043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214043

Black with #214043

Text Example


Text Example

White with #214043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214043; }

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

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

background-color css

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

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

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

border-color css

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

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

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