#225E9F

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

Shades of Endeavour #225E9F

Tints of Endeavour #225E9F

Color information

#225E9F (or 0x225E9F) is unknown color: approx Endeavour. HEX triplet: 22, 5E and 9F. RGB value is (34,94,159). Sum of RGB (Red+Green+Blue) = 34+94+159=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #225E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225E9F is #DDA160. Grayscale: #535353. Windows color (decimal): -14524769 or 10444322. OLE color: 10444322.

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

Color convert

RGB3494159-
CMYK0.790.4100.38
HSL211.2º64.77%37.84%-
HSV(B)211.2º78.62%62.35%-
XYZ10.9210.8534.32-
YUV83.47170.6292.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.85%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=11.85%
G=32.75%
B=55.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34941590.790.4100.38211.264.7737.84
Hex225E9F4F29026d34126
Octal421362371175104632310146
Binary10001010111101001111110011111010010100110110100111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,94,159); }

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

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

 a { background-color: rgb(34,94,159); }

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

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

 span { border-color: rgb(34,94,159); }

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