#225AAA

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

Shades of Denim #225AAA

Tints of Denim #225AAA

Color information

#225AAA (or 0x225AAA) is unknown color: approx Denim. HEX triplet: 22, 5A and AA. RGB value is (34,90,170). Sum of RGB (Red+Green+Blue) = 34+90+170=294 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.56% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #225AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225AAA is #DDA555. Grayscale: #525252. Windows color (decimal): -14525782 or 11164194. OLE color: 11164194.

HSL color Cylindrical-coordinate representation of color #225AAA: hue angle of 215.29º 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 #225AAA is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3490170-
CMYK0.800.4700.33
HSL215.29º66.67%40%-
HSV(B)215.29º80%66.67%-
XYZ11.5710.5539.46-
YUV82.38177.4593.5-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.56%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 170 (66.80% from 255) = 57.82%
R=11.56%
G=30.61%
B=57.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal34901700.800.4700.33215.2966.6740
Hex225AAA502F021d74328
Octal421322521205704132710350
Binary10001010110101010101010100001011110100001110101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225AAA; }

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

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

<style>
 a { background-color: #225AAA; }

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

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

<style>
 span { border-color: #225AAA; }

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

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