#22394C

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

Shades of Nile Blue #22394C

Tints of Nile Blue #22394C

Color information

#22394C (or 0x22394C) is unknown color: approx Nile Blue. HEX triplet: 22, 39 and 4C. RGB value is (34,57,76). Sum of RGB (Red+Green+Blue) = 34+57+76=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #22394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22394C is #DDC6B3. Grayscale: #343434. Windows color (decimal): -14534324 or 4995362. OLE color: 4995362.

HSL color Cylindrical-coordinate representation of color #22394C: hue angle of 207.14º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #22394C is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB345776-
CMYK0.550.2500.70
HSL207.14º38.18%21.57%-
HSV(B)207.14º55.26%29.8%-
XYZ3.433.797.39-
YUV52.29141.38114.96-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 57 (22.66% from 255) = 34.13%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=20.36%
G=34.13%
B=45.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3457760.550.2500.70207.1438.1821.57
Hex22394C3719046cf2616
Octal4271114673101063174626
Binary100010111001100110011011111001010001101100111110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22394C; }

 p { color: rgb(34,57,76); }

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

<style>
 a { background-color: #22394C; }

 a { background-color: rgb(34,57,76); }

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

<style>
 span { border-color: #22394C; }

 span { border-color: rgb(34,57,76); }

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