#2259AA

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

Shades of Denim #2259AA

Tints of Denim #2259AA

Color information

#2259AA (or 0x2259AA) is unknown color: approx Denim. HEX triplet: 22, 59 and AA. RGB value is (34,89,170). Sum of RGB (Red+Green+Blue) = 34+89+170=293 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.60% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #2259AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2259AA is #DDA655. Grayscale: #515151. Windows color (decimal): -14526038 or 11163938. OLE color: 11163938.

HSL color Cylindrical-coordinate representation of color #2259AA: hue angle of 215.74º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2259AA is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3489170-
CMYK0.800.4800.33
HSL215.74º66.67%40%-
HSV(B)215.74º80%66.67%-
XYZ11.4910.3939.43-
YUV81.79177.7893.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.60%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 170 (66.80% from 255) = 58.02%
R=11.60%
G=30.38%
B=58.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34891700.800.4800.33215.7466.6740
Hex2259AA5030021d84328
Octal421312521206004133010350
Binary10001010110011010101010100001100000100001110110001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2259AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2259AA; }

 p { color: rgb(34,89,170); }

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

<style>
 a { background-color: #2259AA; }

 a { background-color: rgb(34,89,170); }

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

<style>
 span { border-color: #2259AA; }

 span { border-color: rgb(34,89,170); }

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