#213E3E

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

Shades of Nordic #213E3E

Tints of Nordic #213E3E

Color information

#213E3E (or 0x213E3E) is unknown color: approx Nordic. HEX triplet: 21, 3E and 3E. RGB value is (33,62,62). Sum of RGB (Red+Green+Blue) = 33+62+62=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: green, blue. Hex color #213E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E3E is #DEC1C1. Grayscale: #353535. Windows color (decimal): -14598594 or 4079137. OLE color: 4079137.

HSL color Cylindrical-coordinate representation of color #213E3E: hue angle of 180º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #213E3E is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB336262-
CMYK0.47000.76
HSL180º30.53%18.63%-
HSV(B)180º46.77%24.31%-
XYZ3.224.125.18-
YUV53.33132.89113.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.02%
GREEN value IS 62 (24.61% from 255) = 39.49%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=21.02%
G=39.49%
B=39.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3362620.47000.7618030.5318.63
Hex213E3E2F004Cb41f13
Octal41767657001142643723
Binary100001111110111110101111001001100101101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,62,62); }

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

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

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

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

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

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

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