#225B88

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

Shades of Endeavour #225B88

Tints of Endeavour #225B88

Color information

#225B88 (or 0x225B88) is unknown color: approx Endeavour. HEX triplet: 22, 5B and 88. RGB value is (34,91,136). Sum of RGB (Red+Green+Blue) = 34+91+136=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 136 (53.52% from 255 or 52.11% from 261); Max value from RGB is 136 - color contains mainly: blue. Hex color #225B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B88 is #DDA477. Grayscale: #4E4E4E. Windows color (decimal): -14525560 or 8936226. OLE color: 8936226.

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

Color convert

RGB3491136-
CMYK0.750.3300.47
HSL206.47º60%33.33%-
HSV(B)206.47º75%53.33%-
XYZ8.849.624.68-
YUV79.09160.1295.84-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 136 (53.52% from 255) = 52.11%
R=13.03%
G=34.87%
B=52.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34911360.750.3300.47206.476033.33
Hex225B884B2102Fce3c21
Octal42133210113410573167441
Binary1000101011011100010001001011100001010111111001110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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