#225CB3

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

Shades of Denim #225CB3

Tints of Denim #225CB3

Color information

#225CB3 (or 0x225CB3) is unknown color: approx Denim. HEX triplet: 22, 5C and B3. RGB value is (34,92,179). Sum of RGB (Red+Green+Blue) = 34+92+179=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 179 (70.31% from 255 or 58.69% from 305); Max value from RGB is 179 - color contains mainly: blue. Hex color #225CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225CB3 is #DDA34C. Grayscale: #545454. Windows color (decimal): -14525261 or 11754530. OLE color: 11754530.

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

Color convert

RGB3492179-
CMYK0.810.4900.30
HSL216º68.08%41.76%-
HSV(B)216º81.01%70.2%-
XYZ12.6211.2544.15-
YUV84.58181.2891.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.15%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 179 (70.31% from 255) = 58.69%
R=11.15%
G=30.16%
B=58.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal34921790.810.4900.3021668.0841.76
Hex225CB3513101Ed8442a
Octal421342631216103633010452
Binary1000101011100101100111010001110001011110110110001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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