#225C9E

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

Shades of Endeavour #225C9E

Tints of Endeavour #225C9E

Color information

#225C9E (or 0x225C9E) is unknown color: approx Endeavour. HEX triplet: 22, 5C and 9E. RGB value is (34,92,158). Sum of RGB (Red+Green+Blue) = 34+92+158=284 (37% of max value = 765). Red value is 34 (13.67% from 255 or 11.97% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #225C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225C9E is #DDA361. Grayscale: #515151. Windows color (decimal): -14525282 or 10378274. OLE color: 10378274.

HSL color Cylindrical-coordinate representation of color #225C9E: hue angle of 211.94º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #225C9E is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3492158-
CMYK0.780.4200.38
HSL211.94º64.58%37.65%-
HSV(B)211.94º78.48%61.96%-
XYZ10.6610.4633.81-
YUV82.18170.7893.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.97%
GREEN value IS 92 (36.33% from 255) = 32.39%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=11.97%
G=32.39%
B=55.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34921580.780.4200.38211.9464.5837.65
Hex225C9E4E2A026d44126
Octal421342361165204632410146
Binary10001010111001001111010011101010100100110110101001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,92,158); }

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

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

 a { background-color: rgb(34,92,158); }

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

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

 span { border-color: rgb(34,92,158); }

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