#225FB3

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

Shades of Denim #225FB3

Tints of Denim #225FB3

Color information

#225FB3 (or 0x225FB3) is unknown color: approx Denim. HEX triplet: 22, 5F and B3. RGB value is (34,95,179). Sum of RGB (Red+Green+Blue) = 34+95+179=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #225FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FB3 is #DDA04C. Grayscale: #555555. Windows color (decimal): -14524493 or 11755298. OLE color: 11755298.

HSL color Cylindrical-coordinate representation of color #225FB3: hue angle of 214.76º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #225FB3 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3495179-
CMYK0.810.4700.30
HSL214.76º68.08%41.76%-
HSV(B)214.76º81.01%70.2%-
XYZ12.8911.7844.24-
YUV86.34180.2990.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.04%
GREEN value IS 95 (37.5% from 255) = 30.84%
BLUE value IS 179 (70.31% from 255) = 58.12%
R=11.04%
G=30.84%
B=58.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal34951790.810.4700.30214.7668.0841.76
Hex225FB3512F01Ed7442a
Octal421372631215703632710452
Binary1000101011111101100111010001101111011110110101111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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