#226ACA

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

Shades of Denim #226ACA

Tints of Denim #226ACA

Color information

#226ACA (or 0x226ACA) is unknown color: approx Denim. HEX triplet: 22, 6A and CA. RGB value is (34,106,202). Sum of RGB (Red+Green+Blue) = 34+106+202=342 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.94% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #226ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ACA is #DD9535. Grayscale: #5E5E5E. Windows color (decimal): -14521654 or 13265442. OLE color: 13265442.

HSL color Cylindrical-coordinate representation of color #226ACA: hue angle of 214.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226ACA is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB34106202-
CMYK0.830.4800.21
HSL214.29º71.19%46.27%-
HSV(B)214.29º83.17%79.22%-
XYZ16.4714.9157.89-
YUV95.42188.1584.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.94%
GREEN value IS 106 (41.80% from 255) = 30.99%
BLUE value IS 202 (79.30% from 255) = 59.06%
R=9.94%
G=30.99%
B=59.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal341062020.830.4800.21214.2971.1946.27
Hex226ACA5330015d6472e
Octal421523121236002532610756
Binary1000101101010110010101010011110000010101110101101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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