#213D40

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

Shades of Nordic #213D40

Tints of Nordic #213D40

Color information

#213D40 (or 0x213D40) is unknown color: approx Nordic. HEX triplet: 21, 3D and 40. RGB value is (33,61,64). Sum of RGB (Red+Green+Blue) = 33+61+64=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 61 (24.22% from 255 or 38.61% from 158); Blue value is 64 (25.39% from 255 or 40.51% from 158); Max value from RGB is 64 - color contains mainly: blue. Hex color #213D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D40 is #DEC2BF. Grayscale: #343434. Windows color (decimal): -14598848 or 4209953. OLE color: 4209953.

HSL color Cylindrical-coordinate representation of color #213D40: hue angle of 185.81º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213D40 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB336164-
CMYK0.480.0500.75
HSL185.81º31.96%19.02%-
HSV(B)185.81º48.44%25.1%-
XYZ3.224.035.46-
YUV52.97134.22113.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 61 (24.22% from 255) = 38.61%
BLUE value IS 64 (25.39% from 255) = 40.51%
R=20.89%
G=38.61%
B=40.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3361640.480.0500.75185.8131.9619.02
Hex213D4030504Bba2013
Octal417510060501132724023
Binary1000011111011000000110000101010010111011101010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213D40; }

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

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

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

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

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

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

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

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