#224051

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

Shades of Nile Blue #224051

Tints of Nile Blue #224051

Color information

#224051 (or 0x224051) is unknown color: approx Nile Blue. HEX triplet: 22, 40 and 51. RGB value is (34,64,81). Sum of RGB (Red+Green+Blue) = 34+64+81=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #224051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224051 is #DDBFAE. Grayscale: #383838. Windows color (decimal): -14532527 or 5324834. OLE color: 5324834.

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

Color convert

RGB346481-
CMYK0.580.2100.68
HSL201.7º40.87%22.55%-
HSV(B)201.7º58.02%31.76%-
XYZ3.984.68.46-
YUV56.97141.56111.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.99%
GREEN value IS 64 (25.39% from 255) = 35.75%
BLUE value IS 81 (32.03% from 255) = 45.25%
R=18.99%
G=35.75%
B=45.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3464810.580.2100.68201.740.8722.55
Hex2240513A15044ca2917
Octal42100121722501043125127
Binary1000101000000101000111101010101010001001100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224051; }

 p { color: rgb(34,64,81); }

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

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

 a { background-color: rgb(34,64,81); }

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

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

 span { border-color: rgb(34,64,81); }

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