#225087

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

Shades of Endeavour #225087

Tints of Endeavour #225087

Color information

#225087 (or 0x225087) is unknown color: approx Endeavour. HEX triplet: 22, 50 and 87. RGB value is (34,80,135). Sum of RGB (Red+Green+Blue) = 34+80+135=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #225087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225087 is #DDAF78. Grayscale: #484848. Windows color (decimal): -14528377 or 8867874. OLE color: 8867874.

HSL color Cylindrical-coordinate representation of color #225087: hue angle of 212.67º 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 #225087 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3480135-
CMYK0.750.4100.47
HSL212.67º59.76%33.14%-
HSV(B)212.67º74.81%52.94%-
XYZ7.97.8324.02-
YUV72.52163.26100.53-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.65%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 135 (53.12% from 255) = 54.22%
R=13.65%
G=32.13%
B=54.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34801350.750.4100.47212.6759.7633.14
Hex2250874B2902Fd53c21
Octal42120207113510573257441
Binary1000101010000100001111001011101001010111111010101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225087; }

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

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

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

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

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

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

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

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