#2266B3

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

Shades of Denim #2266B3

Tints of Denim #2266B3

Color information

#2266B3 (or 0x2266B3) is unknown color: approx Denim. HEX triplet: 22, 66 and B3. RGB value is (34,102,179). Sum of RGB (Red+Green+Blue) = 34+102+179=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #2266B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2266B3 is #DD994C. Grayscale: #5A5A5A. Windows color (decimal): -14522701 or 11757090. OLE color: 11757090.

HSL color Cylindrical-coordinate representation of color #2266B3: hue angle of 211.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2266B3 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB34102179-
CMYK0.810.4300.30
HSL211.86º68.08%41.76%-
HSV(B)211.86º81.01%70.2%-
XYZ13.5513.144.46-
YUV90.45177.9787.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 102 (40.23% from 255) = 32.38%
BLUE value IS 179 (70.31% from 255) = 56.83%
R=10.79%
G=32.38%
B=56.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal341021790.810.4300.30211.8668.0841.76
Hex2266B3512B01Ed4442a
Octal421462631215303632410452
Binary1000101100110101100111010001101011011110110101001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2266B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2266B3; }

 p { color: rgb(34,102,179); }

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

<style>
 a { background-color: #2266B3; }

 a { background-color: rgb(34,102,179); }

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

<style>
 span { border-color: #2266B3; }

 span { border-color: rgb(34,102,179); }

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