#214043

Color #214043 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #214043

Tints of Nordic #214043

Color information

#214043 (or 0x214043) is unknown color: approx 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

RGB336467-
CMYK0.510.0400.74
HSL185.29º34%19.61%-
HSV(B)185.29º50.75%26.27%-
XYZ3.474.45.98-
YUV55.07134.73112.26-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3364670.510.0400.74185.293419.61
Hex21404333404Ab92214
Octal4110010363401122714224
Binary10000110000001000011110011100010010101011100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>