#225B9A

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

Shades of Endeavour #225B9A

Tints of Endeavour #225B9A

Color information

#225B9A (or 0x225B9A) is unknown color: approx Endeavour. HEX triplet: 22, 5B and 9A. RGB value is (34,91,154). Sum of RGB (Red+Green+Blue) = 34+91+154=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #225B9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B9A is #DDA465. Grayscale: #505050. Windows color (decimal): -14525542 or 10115874. OLE color: 10115874.

HSL color Cylindrical-coordinate representation of color #225B9A: hue angle of 211.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225B9A is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3491154-
CMYK0.780.4100.40
HSL211.5º63.83%36.86%-
HSV(B)211.5º77.92%60.39%-
XYZ10.2310.1631.99-
YUV81.14169.1294.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.19%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=12.19%
G=32.62%
B=55.20%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal34911540.780.4100.40211.563.8336.86
Hex225B9A4E29028d44025
Octal421332321165105032410045
Binary10001010110111001101010011101010010101000110101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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