#2265B0

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

Shades of Denim #2265B0

Tints of Denim #2265B0

Color information

#2265B0 (or 0x2265B0) is unknown color: approx Denim. HEX triplet: 22, 65 and B0. RGB value is (34,101,176). Sum of RGB (Red+Green+Blue) = 34+101+176=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 176 (69.14% from 255 or 56.59% from 311); Max value from RGB is 176 - color contains mainly: blue. Hex color #2265B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2265B0 is #DD9A4F. Grayscale: #595959. Windows color (decimal): -14522960 or 11560226. OLE color: 11560226.

HSL color Cylindrical-coordinate representation of color #2265B0: hue angle of 211.69º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2265B0 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB34101176-
CMYK0.810.4300.31
HSL211.69º67.62%41.18%-
HSV(B)211.69º80.68%69.02%-
XYZ13.1512.7842.85-
YUV89.52176.888.4-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.93%
GREEN value IS 101 (39.84% from 255) = 32.48%
BLUE value IS 176 (69.14% from 255) = 56.59%
R=10.93%
G=32.48%
B=56.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal341011760.810.4300.31211.6967.6241.18
Hex2265B0512B01Fd44429
Octal421452601215303732410451
Binary1000101100101101100001010001101011011111110101001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2265B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2265B0; }

 p { color: rgb(34,101,176); }

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

<style>
 a { background-color: #2265B0; }

 a { background-color: rgb(34,101,176); }

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

<style>
 span { border-color: #2265B0; }

 span { border-color: rgb(34,101,176); }

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