#213d4f

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

Shades of Nile Blue #213D4F

Tints of Nile Blue #213D4F

Color information

#213D4F (or 0x213D4F) is unknown color: approx Nile Blue. HEX triplet: 21, 3D and 4F. RGB value is (33,61,79). Sum of RGB (Red+Green+Blue) = 33+61+79=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #213D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213D4F is #DEC2B0. Grayscale: #363636. Windows color (decimal): -14598833 or 5192993. OLE color: 5192993.

HSL color Cylindrical-coordinate representation of color #213D4F: hue angle of 203.48º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #213D4F is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336179-
CMYK0.580.2300.69
HSL203.48º41.07%21.96%-
HSV(B)203.48º58.23%30.98%-
XYZ3.714.238.02-
YUV54.68141.72112.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.08%
GREEN value IS 61 (24.22% from 255) = 35.26%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=19.08%
G=35.26%
B=45.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3361790.580.2300.69203.4841.0721.96
Hex213D4F3A17045cb2916
Octal4175117722701053135126
Binary100001111101100111111101010111010001011100101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213d4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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