#213E40

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

Shades of Nordic #213E40

Tints of Nordic #213E40

Color information

#213E40 (or 0x213E40) is unknown color: approx Nordic. HEX triplet: 21, 3E and 40. RGB value is (33,62,64). Sum of RGB (Red+Green+Blue) = 33+62+64=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 64 - color contains mainly: blue. Hex color #213E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E40 is #DEC1BF. Grayscale: #353535. Windows color (decimal): -14598592 or 4210209. OLE color: 4210209.

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

Color convert

RGB336264-
CMYK0.480.0300.75
HSL183.87º31.96%19.02%-
HSV(B)183.87º48.44%25.1%-
XYZ3.284.145.48-
YUV53.56133.89113.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.75%
GREEN value IS 62 (24.61% from 255) = 38.99%
BLUE value IS 64 (25.39% from 255) = 40.25%
R=20.75%
G=38.99%
B=40.25%

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
Decimal3362640.480.0300.75183.8731.9619.02
Hex213E4030304Bb82013
Octal417610060301132704023
Binary100001111110100000011000011010010111011100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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