#225A9B

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

Shades of Endeavour #225A9B

Tints of Endeavour #225A9B

Color information

#225A9B (or 0x225A9B) is unknown color: approx Endeavour. HEX triplet: 22, 5A and 9B. RGB value is (34,90,155). Sum of RGB (Red+Green+Blue) = 34+90+155=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #225A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225A9B is #DDA564. Grayscale: #505050. Windows color (decimal): -14525797 or 10181154. OLE color: 10181154.

HSL color Cylindrical-coordinate representation of color #225A9B: hue angle of 212.23º 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 #225A9B is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3490155-
CMYK0.780.4200.39
HSL212.23º64.02%37.06%-
HSV(B)212.23º78.06%60.78%-
XYZ10.2310.0232.4-
YUV80.67169.9594.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.19%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=12.19%
G=32.26%
B=55.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34901550.780.4200.39212.2364.0237.06
Hex225A9B4E2A027d44025
Octal421322331165204732410045
Binary10001010110101001101110011101010100100111110101001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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