#214145

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

Shades of Nordic #214145

Tints of Nordic #214145

Color information

#214145 (or 0x214145) is unknown color: approx Nordic. HEX triplet: 21, 41 and 45. RGB value is (33,65,69). Sum of RGB (Red+Green+Blue) = 33+65+69=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #214145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214145 is #DEBEBA. Grayscale: #373737. Windows color (decimal): -14597819 or 4538657. OLE color: 4538657.

HSL color Cylindrical-coordinate representation of color #214145: hue angle of 186.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214145 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB336569-
CMYK0.520.0600.73
HSL186.67º35.29%20%-
HSV(B)186.67º52.17%27.06%-
XYZ3.594.536.32-
YUV55.89135.4111.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 69 (27.34% from 255) = 41.32%
R=19.76%
G=38.92%
B=41.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3365690.520.0600.73186.6735.2920
Hex214145346049bb2314
Octal4110110564601112734324
Binary10000110000011000101110100110010010011011101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214145; }

 p { color: rgb(33,65,69); }

 H1.HeaderClassName
 {
   color: #214145;
 }
 .AnyTagClassName
 {
   color: #214145;
 }
</style>
background-color css

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

 a { background-color: rgb(33,65,69); }

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

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

 span { border-color: rgb(33,65,69); }

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