#225887

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

Shades of Endeavour #225887

Tints of Endeavour #225887

Color information

#225887 (or 0x225887) is unknown color: approx Endeavour. HEX triplet: 22, 58 and 87. RGB value is (34,88,135). Sum of RGB (Red+Green+Blue) = 34+88+135=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #225887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225887 is #DDA778. Grayscale: #4C4C4C. Windows color (decimal): -14526329 or 8869922. OLE color: 8869922.

HSL color Cylindrical-coordinate representation of color #225887: hue angle of 207.92º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225887 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3488135-
CMYK0.750.3500.47
HSL207.92º59.76%33.14%-
HSV(B)207.92º74.81%52.94%-
XYZ8.529.0724.22-
YUV77.21160.6197.18-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 135 (53.12% from 255) = 52.53%
R=13.23%
G=34.24%
B=52.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34881350.750.3500.47207.9259.7633.14
Hex2258874B2302Fd03c21
Octal42130207113430573207441
Binary1000101011000100001111001011100011010111111010000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225887; }

 p { color: rgb(34,88,135); }

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

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

 a { background-color: rgb(34,88,135); }

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

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

 span { border-color: rgb(34,88,135); }

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