#325892

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

Shades of Endeavour #325892

Tints of Endeavour #325892

Color information

#325892 (or 0x325892) is unknown color: approx Endeavour. HEX triplet: 32, 58 and 92. RGB value is (50,88,146). Sum of RGB (Red+Green+Blue) = 50+88+146=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #325892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325892 is #CDA76D. Grayscale: #525252. Windows color (decimal): -13477742 or 9590834. OLE color: 9590834.

HSL color Cylindrical-coordinate representation of color #325892: hue angle of 216.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #325892 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5088146-
CMYK0.660.4000.43
HSL216.25º48.98%38.43%-
HSV(B)216.25º65.75%57.25%-
XYZ9.999.7328.55-
YUV83.25163.41104.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.61%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=17.61%
G=30.99%
B=51.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal50881460.660.4000.43216.2548.9838.43
Hex325892422802Bd83126
Octal62130222102500533306146
Binary1100101011000100100101000010101000010101111011000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325892; }

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

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

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

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

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

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

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

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