#225796

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

Shades of Endeavour #225796

Tints of Endeavour #225796

Color information

#225796 (or 0x225796) is unknown color: approx Endeavour. HEX triplet: 22, 57 and 96. RGB value is (34,87,150). Sum of RGB (Red+Green+Blue) = 34+87+150=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #225796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225796 is #DDA869. Grayscale: #4E4E4E. Windows color (decimal): -14526570 or 9852706. OLE color: 9852706.

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

Color convert

RGB3487150-
CMYK0.770.4200.41
HSL212.59º63.04%36.08%-
HSV(B)212.59º77.33%58.82%-
XYZ9.579.3630.16-
YUV78.34168.4496.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=12.55%
G=32.10%
B=55.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34871500.770.4200.41212.5963.0436.08
Hex2257964D2A029d53f24
Octal42127226115520513257744
Binary1000101010111100101101001101101010010100111010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225796; }

 p { color: rgb(34,87,150); }

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

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

 a { background-color: rgb(34,87,150); }

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

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

 span { border-color: rgb(34,87,150); }

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