#225594

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

Shades of Endeavour #225594

Tints of Endeavour #225594

Color information

#225594 (or 0x225594) is unknown color: approx Endeavour. HEX triplet: 22, 55 and 94. RGB value is (34,85,148). Sum of RGB (Red+Green+Blue) = 34+85+148=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 148 (58.20% from 255 or 55.43% from 267); Max value from RGB is 148 - color contains mainly: blue. Hex color #225594 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225594 is #DDAA6B. Grayscale: #4C4C4C. Windows color (decimal): -14527084 or 9721122. OLE color: 9721122.

HSL color Cylindrical-coordinate representation of color #225594: hue angle of 213.16º 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 #225594 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3485148-
CMYK0.770.4300.42
HSL213.16º62.64%35.69%-
HSV(B)213.16º77.03%58.04%-
XYZ9.258.9829.26-
YUV76.93168.197.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.73%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 148 (58.20% from 255) = 55.43%
R=12.73%
G=31.84%
B=55.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34851480.770.4300.42213.1662.6435.69
Hex2255944D2B02Ad53f24
Octal42125224115530523257744
Binary1000101010101100101001001101101011010101011010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225594; }

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

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

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

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

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

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

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

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