#226AC1

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

Shades of Denim #226AC1

Tints of Denim #226AC1

Color information

#226AC1 (or 0x226AC1) is unknown color: approx Denim. HEX triplet: 22, 6A and C1. RGB value is (34,106,193). Sum of RGB (Red+Green+Blue) = 34+106+193=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #226AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226AC1 is #DD953E. Grayscale: #5D5D5D. Windows color (decimal): -14521663 or 12675618. OLE color: 12675618.

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

Color convert

RGB34106193-
CMYK0.820.4500.24
HSL212.83º70.04%44.51%-
HSV(B)212.83º82.38%75.69%-
XYZ15.4414.552.44-
YUV94.39183.6584.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.21%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 193 (75.78% from 255) = 57.96%
R=10.21%
G=31.83%
B=57.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal341061930.820.4500.24212.8370.0444.51
Hex226AC1522D018d5462d
Octal421523011225503032510655
Binary1000101101010110000011010010101101011000110101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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