#225391

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

Shades of Endeavour #225391

Tints of Endeavour #225391

Color information

#225391 (or 0x225391) is unknown color: approx Endeavour. HEX triplet: 22, 53 and 91. RGB value is (34,83,145). Sum of RGB (Red+Green+Blue) = 34+83+145=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #225391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225391 is #DDAC6E. Grayscale: #4B4B4B. Windows color (decimal): -14527599 or 9524002. OLE color: 9524002.

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

Color convert

RGB3483145-
CMYK0.770.4300.43
HSL213.51º62.01%35.1%-
HSV(B)213.51º76.55%56.86%-
XYZ8.868.5727.98-
YUV75.42167.2798.46-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.98%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 145 (57.03% from 255) = 55.34%
R=12.98%
G=31.68%
B=55.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34831450.770.4300.43213.5162.0135.1
Hex2253914D2B02Bd63e23
Octal42123221115530533267643
Binary1000101010011100100011001101101011010101111010110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225391; }

 p { color: rgb(34,83,145); }

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

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

 a { background-color: rgb(34,83,145); }

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

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

 span { border-color: rgb(34,83,145); }

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