#225994

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

Shades of Endeavour #225994

Tints of Endeavour #225994

Color information

#225994 (or 0x225994) is unknown color: approx Endeavour. HEX triplet: 22, 59 and 94. RGB value is (34,89,148). Sum of RGB (Red+Green+Blue) = 34+89+148=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #225994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225994 is #DDA66B. Grayscale: #4E4E4E. Windows color (decimal): -14526060 or 9722146. OLE color: 9722146.

HSL color Cylindrical-coordinate representation of color #225994: hue angle of 211.05º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225994 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3489148-
CMYK0.770.4000.42
HSL211.05º62.64%35.69%-
HSV(B)211.05º77.03%58.04%-
XYZ9.589.6229.37-
YUV79.28166.7895.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 89 (35.16% from 255) = 32.84%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=12.55%
G=32.84%
B=54.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34891480.770.4000.42211.0562.6435.69
Hex2259944D2802Ad33f24
Octal42131224115500523237744
Binary1000101011001100101001001101101000010101011010011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225994; }

 p { color: rgb(34,89,148); }

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

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

 a { background-color: rgb(34,89,148); }

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

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

 span { border-color: rgb(34,89,148); }

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