#225697

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

Shades of Endeavour #225697

Tints of Endeavour #225697

Color information

#225697 (or 0x225697) is unknown color: approx Endeavour. HEX triplet: 22, 56 and 97. RGB value is (34,86,151). Sum of RGB (Red+Green+Blue) = 34+86+151=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 151 (59.38% from 255 or 55.72% from 271); Max value from RGB is 151 - color contains mainly: blue. Hex color #225697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225697 is #DDA968. Grayscale: #4D4D4D. Windows color (decimal): -14526825 or 9917986. OLE color: 9917986.

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

Color convert

RGB3486151-
CMYK0.770.4300.41
HSL213.33º63.24%36.27%-
HSV(B)213.33º77.48%59.22%-
XYZ9.579.2330.56-
YUV77.86169.2796.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 151 (59.38% from 255) = 55.72%
R=12.55%
G=31.73%
B=55.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34861510.770.4300.41213.3363.2436.27
Hex2256974D2B029d53f24
Octal42126227115530513257744
Binary1000101010110100101111001101101011010100111010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225697; }

 p { color: rgb(34,86,151); }

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

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

 a { background-color: rgb(34,86,151); }

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

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

 span { border-color: rgb(34,86,151); }

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