#225EBE

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

Shades of Denim #225EBE

Tints of Denim #225EBE

Color information

#225EBE (or 0x225EBE) is unknown color: approx Denim. HEX triplet: 22, 5E and BE. RGB value is (34,94,190). Sum of RGB (Red+Green+Blue) = 34+94+190=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #225EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #225EBE is #DDA141. Grayscale: #565656. Windows color (decimal): -14524738 or 12475938. OLE color: 12475938.

HSL color Cylindrical-coordinate representation of color #225EBE: hue angle of 216.92º 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 #225EBE is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3494190-
CMYK0.820.5100.25
HSL216.92º69.64%43.92%-
HSV(B)216.92º82.11%74.51%-
XYZ13.9612.0650.31-
YUV87186.1290.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.69%
GREEN value IS 94 (37.11% from 255) = 29.56%
BLUE value IS 190 (74.61% from 255) = 59.75%
R=10.69%
G=29.56%
B=59.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal34941900.820.5100.25216.9269.6443.92
Hex225EBE5233019d9462c
Octal421362761226303133110654
Binary1000101011110101111101010010110011011001110110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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