#325C97

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

Shades of Endeavour #325C97

Tints of Endeavour #325C97

Color information

#325C97 (or 0x325C97) is unknown color: approx Endeavour. HEX triplet: 32, 5C and 97. RGB value is (50,92,151). Sum of RGB (Red+Green+Blue) = 50+92+151=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #325C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C97 is #CDA368. Grayscale: #555555. Windows color (decimal): -13476713 or 9919538. OLE color: 9919538.

HSL color Cylindrical-coordinate representation of color #325C97: hue angle of 215.05º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #325C97 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5092151-
CMYK0.670.3900.41
HSL215.05º50.25%39.41%-
HSV(B)215.05º66.89%59.22%-
XYZ10.7310.5730.75-
YUV86.17164.59102.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 151 (59.38% from 255) = 51.54%
R=17.06%
G=31.40%
B=51.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal50921510.670.3900.41215.0550.2539.41
Hex325C974327029d73227
Octal62134227103470513276247
Binary1100101011100100101111000011100111010100111010111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325C97; }

 p { color: rgb(50,92,151); }

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

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

 a { background-color: rgb(50,92,151); }

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

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

 span { border-color: rgb(50,92,151); }

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