#225692

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

Shades of Endeavour #225692

Tints of Endeavour #225692

Color information

#225692 (or 0x225692) is unknown color: approx Endeavour. HEX triplet: 22, 56 and 92. RGB value is (34,86,146). Sum of RGB (Red+Green+Blue) = 34+86+146=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #225692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225692 is #DDA96D. Grayscale: #4D4D4D. Windows color (decimal): -14526830 or 9590306. OLE color: 9590306.

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

Color convert

RGB3486146-
CMYK0.770.4100.43
HSL212.14º62.22%35.29%-
HSV(B)212.14º76.71%57.25%-
XYZ9.189.0728.46-
YUV77.29166.7797.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.78%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=12.78%
G=32.33%
B=54.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34861460.770.4100.43212.1462.2235.29
Hex2256924D2902Bd43e23
Octal42126222115510533247643
Binary1000101010110100100101001101101001010101111010100111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225692; }

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

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

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

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

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

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

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

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