#325A98

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

Shades of Endeavour #325A98

Tints of Endeavour #325A98

Color information

#325A98 (or 0x325A98) is unknown color: approx Endeavour. HEX triplet: 32, 5A and 98. RGB value is (50,90,152). Sum of RGB (Red+Green+Blue) = 50+90+152=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #325A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325A98 is #CDA567. Grayscale: #545454. Windows color (decimal): -13477224 or 9984562. OLE color: 9984562.

HSL color Cylindrical-coordinate representation of color #325A98: hue angle of 216.47º 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 #325A98 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5090152-
CMYK0.670.4100.40
HSL216.47º50.5%39.61%-
HSV(B)216.47º67.11%59.61%-
XYZ10.6410.2631.12-
YUV85.11165.75102.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 90 (35.55% from 255) = 30.82%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=17.12%
G=30.82%
B=52.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50901520.670.4100.40216.4750.539.61
Hex325A984329028d83228
Octal62132230103510503306250
Binary1100101011010100110001000011101001010100011011000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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