#226AC0

Color #226AC0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #226AC0

Tints of Denim #226AC0

Color information

#226AC0 (or 0x226AC0) is unknown color: approx Denim. HEX triplet: 22, 6A and C0. RGB value is (34,106,192). Sum of RGB (Red+Green+Blue) = 34+106+192=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 192 (75.39% from 255 or 57.83% from 332); Max value from RGB is 192 - color contains mainly: blue. Hex color #226AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226AC0 is #DD953F. Grayscale: #5D5D5D. Windows color (decimal): -14521664 or 12610082. OLE color: 12610082.

HSL color Cylindrical-coordinate representation of color #226AC0: hue angle of 212.66º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #226AC0 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34106192-
CMYK0.820.4500.25
HSL212.66º69.91%44.31%-
HSV(B)212.66º82.29%75.29%-
XYZ15.3314.4551.85-
YUV94.28183.1585.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.24%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 192 (75.39% from 255) = 57.83%
R=10.24%
G=31.93%
B=57.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal341061920.820.4500.25212.6669.9144.31
Hex226AC0522D019d5462c
Octal421523001225503132510654
Binary1000101101010110000001010010101101011001110101011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226AC0; }

 p { color: rgb(34,106,192); }

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

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

 a { background-color: rgb(34,106,192); }

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

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

 span { border-color: rgb(34,106,192); }

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