#325898

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

Shades of Endeavour #325898

Tints of Endeavour #325898

Color information

#325898 (or 0x325898) is unknown color: approx Endeavour. HEX triplet: 32, 58 and 98. RGB value is (50,88,152). Sum of RGB (Red+Green+Blue) = 50+88+152=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #325898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325898 is #CDA767. Grayscale: #535353. Windows color (decimal): -13477736 or 9984050. OLE color: 9984050.

HSL color Cylindrical-coordinate representation of color #325898: hue angle of 217.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325898 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5088152-
CMYK0.670.4200.40
HSL217.65º50.5%39.61%-
HSV(B)217.65º67.11%59.61%-
XYZ10.479.9231.07-
YUV83.93166.41103.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 88 (34.77% from 255) = 30.34%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=17.24%
G=30.34%
B=52.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50881520.670.4200.40217.6550.539.61
Hex325898432A028da3228
Octal62130230103520503326250
Binary1100101011000100110001000011101010010100011011010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325898; }

 p { color: rgb(50,88,152); }

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

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

 a { background-color: rgb(50,88,152); }

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

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

 span { border-color: rgb(50,88,152); }

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