#213E41

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

Shades of Nordic #213E41

Tints of Nordic #213E41

Color information

#213E41 (or 0x213E41) is unknown color: approx Nordic. HEX triplet: 21, 3E and 41. RGB value is (33,62,65). Sum of RGB (Red+Green+Blue) = 33+62+65=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 62 (24.61% from 255 or 38.75% from 160); Blue value is 65 (25.78% from 255 or 40.62% from 160); Max value from RGB is 65 - color contains mainly: blue. Hex color #213E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E41 is #DEC1BE. Grayscale: #353535. Windows color (decimal): -14598591 or 4275745. OLE color: 4275745.

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

Color convert

RGB336265-
CMYK0.490.0500.75
HSL185.62º32.65%19.22%-
HSV(B)185.62º49.23%25.49%-
XYZ3.34.155.63-
YUV53.67134.39113.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 62 (24.61% from 255) = 38.75%
BLUE value IS 65 (25.78% from 255) = 40.62%
R=20.62%
G=38.75%
B=40.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3362650.490.0500.75185.6232.6519.22
Hex213E4131504Bba2113
Octal417610161501132724123
Binary1000011111101000001110001101010010111011101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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