#21394E

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

Shades of Nile Blue #21394E

Tints of Nile Blue #21394E

Color information

#21394E (or 0x21394E) is unknown color: approx Nile Blue. HEX triplet: 21, 39 and 4E. RGB value is (33,57,78). Sum of RGB (Red+Green+Blue) = 33+57+78=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 78 - color contains mainly: blue. Hex color #21394E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21394E is #DEC6B1. Grayscale: #343434. Windows color (decimal): -14599858 or 5126433. OLE color: 5126433.

HSL color Cylindrical-coordinate representation of color #21394E: hue angle of 208º 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 #21394E is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB335778-
CMYK0.580.2700.69
HSL208º40.54%21.76%-
HSV(B)208º57.69%30.59%-
XYZ3.473.87.76-
YUV52.22142.55114.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 78 (30.86% from 255) = 46.43%
R=19.64%
G=33.93%
B=46.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3357780.580.2700.6920840.5421.76
Hex21394E3A1B045d02916
Octal4171116723301053205126
Binary100001111001100111011101011011010001011101000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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