#213F40

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

Shades of Nordic #213F40

Tints of Nordic #213F40

Color information

#213F40 (or 0x213F40) is unknown color: approx Nordic. HEX triplet: 21, 3F and 40. RGB value is (33,63,64). Sum of RGB (Red+Green+Blue) = 33+63+64=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #213F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F40 is #DEC0BF. Grayscale: #363636. Windows color (decimal): -14598336 or 4210465. OLE color: 4210465.

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

Color convert

RGB336364-
CMYK0.480.0200.75
HSL181.94º31.96%19.02%-
HSV(B)181.94º48.44%25.1%-
XYZ3.334.255.5-
YUV54.14133.56112.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.62%
GREEN value IS 63 (25% from 255) = 39.38%
BLUE value IS 64 (25.39% from 255) = 40%
R=20.62%
G=39.38%
B=40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363640.480.0200.75181.9431.9619.02
Hex213F4030204Bb62013
Octal417710060201132664023
Binary100001111111100000011000010010010111011011010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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