#2276D9

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

Shades of Denim #2276D9

Tints of Denim #2276D9

Color information

#2276D9 (or 0x2276D9) is unknown color: approx Denim. HEX triplet: 22, 76 and D9. RGB value is (34,118,217). Sum of RGB (Red+Green+Blue) = 34+118+217=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 217 (85.16% from 255 or 58.81% from 369); Max value from RGB is 217 - color contains mainly: blue. Hex color #2276D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2276D9 is #DD8926. Grayscale: #676767. Windows color (decimal): -14518567 or 14251554. OLE color: 14251554.

HSL color Cylindrical-coordinate representation of color #2276D9: hue angle of 212.46º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2276D9 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB34118217-
CMYK0.840.4600.15
HSL212.46º72.91%49.22%-
HSV(B)212.46º84.33%85.1%-
XYZ19.6618.3168.14-
YUV104.17191.6777.95-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.21%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 217 (85.16% from 255) = 58.81%
R=9.21%
G=31.98%
B=58.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal341182170.840.4600.15212.4672.9149.22
Hex2276D9542E0Fd44931
Octal421663311245601732411161
Binary100010111011011011001101010010111001111110101001001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2276D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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