#2276C3

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

Shades of Denim #2276C3

Tints of Denim #2276C3

Color information

#2276C3 (or 0x2276C3) is unknown color: approx Denim. HEX triplet: 22, 76 and C3. RGB value is (34,118,195). Sum of RGB (Red+Green+Blue) = 34+118+195=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 195 (76.56% from 255 or 56.20% from 347); Max value from RGB is 195 - color contains mainly: blue. Hex color #2276C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2276C3 is #DD893C. Grayscale: #656565. Windows color (decimal): -14518589 or 12809762. OLE color: 12809762.

HSL color Cylindrical-coordinate representation of color #2276C3: hue angle of 208.7º 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 #2276C3 is Cyan = 0.83, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB34118195-
CMYK0.830.3900.24
HSL208.7º70.31%44.9%-
HSV(B)208.7º82.56%76.47%-
XYZ16.9917.2454.06-
YUV101.66180.6779.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.80%
GREEN value IS 118 (46.48% from 255) = 34.01%
BLUE value IS 195 (76.56% from 255) = 56.20%
R=9.80%
G=34.01%
B=56.20%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal341181950.830.3900.24208.770.3144.9
Hex2276C35327018d1462d
Octal421663031234703032110655
Binary1000101110110110000111010011100111011000110100011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2276C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2276C3; }

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

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

<style>
 a { background-color: #2276C3; }

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

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

<style>
 span { border-color: #2276C3; }

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

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