#213E44

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

Shades of Nordic #213E44

Tints of Nordic #213E44

Color information

#213E44 (or 0x213E44) is unknown color: approx Nordic. HEX triplet: 21, 3E and 44. RGB value is (33,62,68). Sum of RGB (Red+Green+Blue) = 33+62+68=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #213E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E44 is #DEC1BB. Grayscale: #353535. Windows color (decimal): -14598588 or 4472353. OLE color: 4472353.

HSL color Cylindrical-coordinate representation of color #213E44: hue angle of 190.29º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #213E44 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB336268-
CMYK0.510.0900.73
HSL190.29º34.65%19.8%-
HSV(B)190.29º51.47%26.67%-
XYZ3.394.196.1-
YUV54.01135.89113.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 62 (24.61% from 255) = 38.04%
BLUE value IS 68 (26.95% from 255) = 41.72%
R=20.25%
G=38.04%
B=41.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3362680.510.0900.73190.2934.6519.8
Hex213E44339049be2314
Octal4176104631101112764324
Binary10000111111010001001100111001010010011011111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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