#225B9B

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

Shades of Endeavour #225B9B

Tints of Endeavour #225B9B

Color information

#225B9B (or 0x225B9B) is unknown color: approx Endeavour. HEX triplet: 22, 5B and 9B. RGB value is (34,91,155). Sum of RGB (Red+Green+Blue) = 34+91+155=280 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.14% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #225B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225B9B is #DDA464. Grayscale: #505050. Windows color (decimal): -14525541 or 10181410. OLE color: 10181410.

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

Color convert

RGB3491155-
CMYK0.780.4100.39
HSL211.74º64.02%37.06%-
HSV(B)211.74º78.06%60.78%-
XYZ10.3210.1932.43-
YUV81.25169.6294.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.14%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=12.14%
G=32.5%
B=55.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34911550.780.4100.39211.7464.0237.06
Hex225B9B4E29027d44025
Octal421332331165104732410045
Binary10001010110111001101110011101010010100111110101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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