#226DC3

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

Shades of Denim #226DC3

Tints of Denim #226DC3

Color information

#226DC3 (or 0x226DC3) is unknown color: approx Denim. HEX triplet: 22, 6D and C3. RGB value is (34,109,195). Sum of RGB (Red+Green+Blue) = 34+109+195=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #226DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #226DC3 is #DD923C. Grayscale: #5F5F5F. Windows color (decimal): -14520893 or 12807458. OLE color: 12807458.

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

Color convert

RGB34109195-
CMYK0.830.4400.24
HSL212.05º70.31%44.9%-
HSV(B)212.05º82.56%76.47%-
XYZ15.9815.2253.72-
YUV96.38183.6583.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.06%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 195 (76.56% from 255) = 57.69%
R=10.06%
G=32.25%
B=57.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal341091950.830.4400.24212.0570.3144.9
Hex226DC3532C018d4462d
Octal421553031235403032410655
Binary1000101101101110000111010011101100011000110101001000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,109,195); }

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

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

 a { background-color: rgb(34,109,195); }

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

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

 span { border-color: rgb(34,109,195); }

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