#213F52

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

Shades of Nile Blue #213F52

Tints of Nile Blue #213F52

Color information

#213F52 (or 0x213F52) is unknown color: approx Nile Blue. HEX triplet: 21, 3F and 52. RGB value is (33,63,82). Sum of RGB (Red+Green+Blue) = 33+63+82=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 82 (32.42% from 255 or 46.07% from 178); Max value from RGB is 82 - color contains mainly: blue. Hex color #213F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F52 is #DEC0AD. Grayscale: #383838. Windows color (decimal): -14598318 or 5390113. OLE color: 5390113.

HSL color Cylindrical-coordinate representation of color #213F52: hue angle of 203.27º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #213F52 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336382-
CMYK0.600.2300.68
HSL203.27º42.61%22.55%-
HSV(B)203.27º59.76%32.16%-
XYZ3.934.498.64-
YUV56.2142.56111.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 82 (32.42% from 255) = 46.07%
R=18.54%
G=35.39%
B=46.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3363820.600.2300.68203.2742.6122.55
Hex213F523C17044cb2b17
Octal4177122742701043135327
Binary100001111111101001011110010111010001001100101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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