#213D51

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

Shades of Nile Blue #213D51

Tints of Nile Blue #213D51

Color information

#213D51 (or 0x213D51) is unknown color: approx Nile Blue. HEX triplet: 21, 3D and 51. RGB value is (33,61,81). Sum of RGB (Red+Green+Blue) = 33+61+81=175 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.86% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #213D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D51 is #DEC2AE. Grayscale: #363636. Windows color (decimal): -14598831 or 5324065. OLE color: 5324065.

HSL color Cylindrical-coordinate representation of color #213D51: hue angle of 205º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #213D51 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336181-
CMYK0.590.2500.68
HSL205º42.11%22.35%-
HSV(B)205º59.26%31.76%-
XYZ3.784.258.41-
YUV54.91142.72112.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.86%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=18.86%
G=34.86%
B=46.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3361810.590.2500.6820542.1122.35
Hex213D513B19044cd2a16
Octal4175121733101043155226
Binary100001111101101000111101111001010001001100110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,81); }

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

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

 a { background-color: rgb(33,61,81); }

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

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

 span { border-color: rgb(33,61,81); }

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