#225293

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

Shades of Endeavour #225293

Tints of Endeavour #225293

Color information

#225293 (or 0x225293) is unknown color: approx Endeavour. HEX triplet: 22, 52 and 93. RGB value is (34,82,147). Sum of RGB (Red+Green+Blue) = 34+82+147=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #225293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225293 is #DDAD6C. Grayscale: #4A4A4A. Windows color (decimal): -14527853 or 9654818. OLE color: 9654818.

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

Color convert

RGB3482147-
CMYK0.770.4400.42
HSL214.51º62.43%35.49%-
HSV(B)214.51º76.87%57.65%-
XYZ8.948.4828.77-
YUV75.06168.698.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.93%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 147 (57.81% from 255) = 55.89%
R=12.93%
G=31.18%
B=55.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34821470.770.4400.42214.5162.4335.49
Hex2252934D2C02Ad73e23
Octal42122223115540523277643
Binary1000101010010100100111001101101100010101011010111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225293; }

 p { color: rgb(34,82,147); }

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

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

 a { background-color: rgb(34,82,147); }

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

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

 span { border-color: rgb(34,82,147); }

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