#224153

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

Shades of Nile Blue #224153

Tints of Nile Blue #224153

Color information

#224153 (or 0x224153) is unknown color: approx Nile Blue. HEX triplet: 22, 41 and 53. RGB value is (34,65,83). Sum of RGB (Red+Green+Blue) = 34+65+83=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #224153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224153 is #DDBEAC. Grayscale: #393939. Windows color (decimal): -14532269 or 5456162. OLE color: 5456162.

HSL color Cylindrical-coordinate representation of color #224153: hue angle of 202.04º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224153 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB346583-
CMYK0.590.2200.67
HSL202.04º41.88%22.94%-
HSV(B)202.04º59.04%32.55%-
XYZ4.114.758.88-
YUV57.78142.23111.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=18.68%
G=35.71%
B=45.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3465830.590.2200.67202.0441.8822.94
Hex2241533B16043ca2a17
Octal42101123732601033125227
Binary1000101000001101001111101110110010000111100101010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224153; }

 p { color: rgb(34,65,83); }

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

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

 a { background-color: rgb(34,65,83); }

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

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

 span { border-color: rgb(34,65,83); }

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