#224152

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

Shades of Nile Blue #224152

Tints of Nile Blue #224152

Color information

#224152 (or 0x224152) is unknown color: approx Nile Blue. HEX triplet: 22, 41 and 52. RGB value is (34,65,82). Sum of RGB (Red+Green+Blue) = 34+65+82=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 82 (32.42% from 255 or 45.30% from 181); Max value from RGB is 82 - color contains mainly: blue. Hex color #224152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224152 is #DDBEAD. Grayscale: #393939. Windows color (decimal): -14532270 or 5390626. OLE color: 5390626.

HSL color Cylindrical-coordinate representation of color #224152: hue angle of 201.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224152 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB346582-
CMYK0.590.2100.68
HSL201.25º41.38%22.75%-
HSV(B)201.25º58.54%32.16%-
XYZ4.074.738.68-
YUV57.67141.73111.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 82 (32.42% from 255) = 45.30%
R=18.78%
G=35.91%
B=45.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3465820.590.2100.68201.2541.3822.75
Hex2241523B15044c92917
Octal42101122732501043115127
Binary1000101000001101001011101110101010001001100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224152; }

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

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

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

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

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

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

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

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