#226ECD

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

Shades of Denim #226ECD

Tints of Denim #226ECD

Color information

#226ECD (or 0x226ECD) is unknown color: approx Denim. HEX triplet: 22, 6E and CD. RGB value is (34,110,205). Sum of RGB (Red+Green+Blue) = 34+110+205=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #226ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226ECD is #DD9132. Grayscale: #616161. Windows color (decimal): -14520627 or 13463074. OLE color: 13463074.

HSL color Cylindrical-coordinate representation of color #226ECD: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #226ECD is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB34110205-
CMYK0.830.4600.20
HSL213.33º71.55%46.86%-
HSV(B)213.33º83.41%80.39%-
XYZ17.2615.959.92-
YUV98.11188.3282.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.74%
GREEN value IS 110 (43.36% from 255) = 31.52%
BLUE value IS 205 (80.47% from 255) = 58.74%
R=9.74%
G=31.52%
B=58.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal341102050.830.4600.20213.3371.5546.86
Hex226ECD532E014d5482f
Octal421563151235602432511057
Binary1000101101110110011011010011101110010100110101011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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