#325F8A

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

Shades of Endeavour #325F8A

Tints of Endeavour #325F8A

Color information

#325F8A (or 0x325F8A) is unknown color: approx Endeavour. HEX triplet: 32, 5F and 8A. RGB value is (50,95,138). Sum of RGB (Red+Green+Blue) = 50+95+138=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #325F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325F8A is #CDA075. Grayscale: #565656. Windows color (decimal): -13475958 or 9068338. OLE color: 9068338.

HSL color Cylindrical-coordinate representation of color #325F8A: hue angle of 209.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325F8A is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5095138-
CMYK0.640.3100.46
HSL209.32º46.81%36.86%-
HSV(B)209.32º63.77%54.12%-
XYZ1010.725.58-
YUV86.45157.09102-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.67%
GREEN value IS 95 (37.5% from 255) = 33.57%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=17.67%
G=33.57%
B=48.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50951380.640.3100.46209.3246.8136.86
Hex325F8A401F02Ed12f25
Octal62137212100370563215745
Binary110010101111110001010100000011111010111011010001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,95,138); }

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

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

 a { background-color: rgb(50,95,138); }

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

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

 span { border-color: rgb(50,95,138); }

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