#21394D

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

Shades of Nile Blue #21394D

Tints of Nile Blue #21394D

Color information

#21394D (or 0x21394D) is unknown color: approx Nile Blue. HEX triplet: 21, 39 and 4D. RGB value is (33,57,77). Sum of RGB (Red+Green+Blue) = 33+57+77=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #21394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21394D is #DEC6B2. Grayscale: #333333. Windows color (decimal): -14599859 or 5060897. OLE color: 5060897.

HSL color Cylindrical-coordinate representation of color #21394D: hue angle of 207.27º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21394D is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB335777-
CMYK0.570.2600.70
HSL207.27º40%21.57%-
HSV(B)207.27º57.14%30.2%-
XYZ3.433.797.57-
YUV52.1142.05114.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=19.76%
G=34.13%
B=46.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3357770.570.2600.70207.274021.57
Hex21394D391A046cf2816
Octal4171115713201063175026
Binary100001111001100110111100111010010001101100111110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21394D; }

 p { color: rgb(33,57,77); }

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

<style>
 a { background-color: #21394D; }

 a { background-color: rgb(33,57,77); }

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

<style>
 span { border-color: #21394D; }

 span { border-color: rgb(33,57,77); }

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