#226ED3

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

Shades of Denim #226ED3

Tints of Denim #226ED3

Color information

#226ED3 (or 0x226ED3) is unknown color: approx Denim. HEX triplet: 22, 6E and D3. RGB value is (34,110,211). Sum of RGB (Red+Green+Blue) = 34+110+211=355 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.58% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 211 (82.81% from 255 or 59.44% from 355); Max value from RGB is 211 - color contains mainly: blue. Hex color #226ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ED3 is #DD912C. Grayscale: #626262. Windows color (decimal): -14520621 or 13856290. OLE color: 13856290.

HSL color Cylindrical-coordinate representation of color #226ED3: hue angle of 214.24º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #226ED3 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB34110211-
CMYK0.840.4800.17
HSL214.24º72.24%48.04%-
HSV(B)214.24º83.89%82.75%-
XYZ17.9916.263.81-
YUV98.79191.3281.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.58%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 211 (82.81% from 255) = 59.44%
R=9.58%
G=30.99%
B=59.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal341102110.840.4800.17214.2472.2448.04
Hex226ED35430011d64830
Octal421563231246002132611060
Binary1000101101110110100111010100110000010001110101101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,110,211); }

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

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

 a { background-color: rgb(34,110,211); }

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

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

 span { border-color: rgb(34,110,211); }

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