#225FBE

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

Shades of Denim #225FBE

Tints of Denim #225FBE

Color information

#225FBE (or 0x225FBE) is unknown color: approx Denim. HEX triplet: 22, 5F and BE. RGB value is (34,95,190). Sum of RGB (Red+Green+Blue) = 34+95+190=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #225FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225FBE is #DDA041. Grayscale: #575757. Windows color (decimal): -14524482 or 12476194. OLE color: 12476194.

HSL color Cylindrical-coordinate representation of color #225FBE: hue angle of 216.54º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #225FBE is Cyan = 0.82, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3495190-
CMYK0.820.500.25
HSL216.54º69.64%43.92%-
HSV(B)216.54º82.11%74.51%-
XYZ14.0512.2450.34-
YUV87.59185.7989.78-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.66%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=10.66%
G=29.78%
B=59.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34951900.820.500.25216.5469.6443.92
Hex225FBE5232019d9462c
Octal421372761226203133110654
Binary1000101011111101111101010010110010011001110110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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