#213D3F

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

Shades of Nordic #213D3F

Tints of Nordic #213D3F

Color information

#213D3F (or 0x213D3F) is unknown color: approx Nordic. HEX triplet: 21, 3D and 3F. RGB value is (33,61,63). Sum of RGB (Red+Green+Blue) = 33+61+63=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #213D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D3F is #DEC2C0. Grayscale: #343434. Windows color (decimal): -14598849 or 4144417. OLE color: 4144417.

HSL color Cylindrical-coordinate representation of color #213D3F: hue angle of 184º degrees, saturation: 0.31, 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 #213D3F is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB336163-
CMYK0.480.0300.75
HSL184º31.25%18.82%-
HSV(B)184º47.62%24.71%-
XYZ3.194.025.31-
YUV52.86133.72113.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 61 (24.22% from 255) = 38.85%
BLUE value IS 63 (25% from 255) = 40.13%
R=21.02%
G=38.85%
B=40.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3361630.480.0300.7518431.2518.82
Hex213D3F30304Bb81f13
Octal41757760301132703723
Binary1000011111011111111100001101001011101110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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