#225EB0

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

Shades of Denim #225EB0

Tints of Denim #225EB0

Color information

#225EB0 (or 0x225EB0) is unknown color: approx Denim. HEX triplet: 22, 5E and B0. RGB value is (34,94,176). Sum of RGB (Red+Green+Blue) = 34+94+176=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 176 (69.14% from 255 or 57.89% from 304); Max value from RGB is 176 - color contains mainly: blue. Hex color #225EB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225EB0 is #DDA14F. Grayscale: #555555. Windows color (decimal): -14524752 or 11558434. OLE color: 11558434.

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

Color convert

RGB3494176-
CMYK0.810.4700.31
HSL214.65º67.62%41.18%-
HSV(B)214.65º80.68%69.02%-
XYZ12.511.4842.63-
YUV85.41179.1291.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.18%
GREEN value IS 94 (37.11% from 255) = 30.92%
BLUE value IS 176 (69.14% from 255) = 57.89%
R=11.18%
G=30.92%
B=57.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal34941760.810.4700.31214.6567.6241.18
Hex225EB0512F01Fd74429
Octal421362601215703732710451
Binary1000101011110101100001010001101111011111110101111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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