#213437

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

Shades of Nordic #213437

Tints of Nordic #213437

Color information

#213437 (or 0x213437) is unknown color: approx Nordic. HEX triplet: 21, 34 and 37. RGB value is (33,52,55). Sum of RGB (Red+Green+Blue) = 33+52+55=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 52 (20.70% from 255 or 37.14% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #213437 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213437 is #DECBC8. Grayscale: #2E2E2E. Windows color (decimal): -14601161 or 3617825. OLE color: 3617825.

HSL color Cylindrical-coordinate representation of color #213437: hue angle of 188.18º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213437 is Cyan = 0.4, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB335255-
CMYK0.40.0500.78
HSL188.18º25%17.25%-
HSV(B)188.18º40%21.57%-
XYZ2.543.064.07-
YUV46.66132.71118.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 52 (20.70% from 255) = 37.14%
BLUE value IS 55 (21.88% from 255) = 39.29%
R=23.57%
G=37.14%
B=39.29%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3352550.40.0500.78188.182517.25
Hex21343728504Ebc1911
Octal41646750501162743121
Binary10000111010011011110100010101001110101111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213437; }

 p { color: rgb(33,52,55); }

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

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

 a { background-color: rgb(33,52,55); }

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

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

 span { border-color: rgb(33,52,55); }

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