#225988

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

Shades of Endeavour #225988

Tints of Endeavour #225988

Color information

#225988 (or 0x225988) is unknown color: approx Endeavour. HEX triplet: 22, 59 and 88. RGB value is (34,89,136). Sum of RGB (Red+Green+Blue) = 34+89+136=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #225988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225988 is #DDA677. Grayscale: #4D4D4D. Windows color (decimal): -14526072 or 8935714. OLE color: 8935714.

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

Color convert

RGB3489136-
CMYK0.750.3500.47
HSL207.65º60%33.33%-
HSV(B)207.65º75%53.33%-
XYZ8.689.2624.62-
YUV77.91160.7896.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 89 (35.16% from 255) = 34.36%
BLUE value IS 136 (53.52% from 255) = 52.51%
R=13.13%
G=34.36%
B=52.51%

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
Decimal34891360.750.3500.47207.656033.33
Hex2259884B2302Fd03c21
Octal42131210113430573207441
Binary1000101011001100010001001011100011010111111010000111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225988; }

 p { color: rgb(34,89,136); }

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

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

 a { background-color: rgb(34,89,136); }

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

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

 span { border-color: rgb(34,89,136); }

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