#225FBA

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

Shades of Denim #225FBA

Tints of Denim #225FBA

Color information

#225FBA (or 0x225FBA) is unknown color: approx Denim. HEX triplet: 22, 5F and BA. RGB value is (34,95,186). Sum of RGB (Red+Green+Blue) = 34+95+186=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #225FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FBA is #DDA045. Grayscale: #565656. Windows color (decimal): -14524486 or 12214050. OLE color: 12214050.

HSL color Cylindrical-coordinate representation of color #225FBA: hue angle of 215.92º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225FBA is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3495186-
CMYK0.820.4900.27
HSL215.92º69.09%43.14%-
HSV(B)215.92º81.72%72.94%-
XYZ13.6112.0748.07-
YUV87.14183.7990.1-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.79%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=10.79%
G=30.16%
B=59.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal34951860.820.4900.27215.9269.0943.14
Hex225FBA523101Bd8452b
Octal421372721226103333010553
Binary1000101011111101110101010010110001011011110110001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,95,186); }

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

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

 a { background-color: rgb(34,95,186); }

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

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

 span { border-color: rgb(34,95,186); }

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