#32608B

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

Shades of Endeavour #32608B

Tints of Endeavour #32608B

Color information

#32608B (or 0x32608B) is unknown color: approx Endeavour. HEX triplet: 32, 60 and 8B. RGB value is (50,96,139). Sum of RGB (Red+Green+Blue) = 50+96+139=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #32608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32608B is #CD9F74. Grayscale: #565656. Windows color (decimal): -13475701 or 9134130. OLE color: 9134130.

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

Color convert

RGB5096139-
CMYK0.640.3100.45
HSL208.99º47.09%37.06%-
HSV(B)208.99º64.03%54.51%-
XYZ10.1610.9126-
YUV87.15157.26101.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.54%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=17.54%
G=33.68%
B=48.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50961390.640.3100.45208.9947.0937.06
Hex32608B401F02Dd12f25
Octal62140213100370553215745
Binary110010110000010001011100000011111010110111010001101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32608B; }

 p { color: rgb(50,96,139); }

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

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

 a { background-color: rgb(50,96,139); }

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

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

 span { border-color: rgb(50,96,139); }

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