#226ABF

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

Shades of Denim #226ABF

Tints of Denim #226ABF

Color information

#226ABF (or 0x226ABF) is unknown color: approx Denim. HEX triplet: 22, 6A and BF. RGB value is (34,106,191). Sum of RGB (Red+Green+Blue) = 34+106+191=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #226ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ABF is #DD9540. Grayscale: #5D5D5D. Windows color (decimal): -14521665 or 12544546. OLE color: 12544546.

HSL color Cylindrical-coordinate representation of color #226ABF: hue angle of 212.48º 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 #226ABF is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB34106191-
CMYK0.820.4500.25
HSL212.48º69.78%44.12%-
HSV(B)212.48º82.2%74.9%-
XYZ15.2214.4151.27-
YUV94.16182.6585.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.27%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 191 (75% from 255) = 57.70%
R=10.27%
G=32.02%
B=57.70%

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
Decimal341061910.820.4500.25212.4869.7844.12
Hex226ABF522D019d4462c
Octal421522771225503132410654
Binary1000101101010101111111010010101101011001110101001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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