#39608E

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

Shades of Endeavour #39608E

Tints of Endeavour #39608E

Color information

#39608E (or 0x39608E) is unknown color: approx Endeavour. HEX triplet: 39, 60 and 8E. RGB value is (57,96,142). Sum of RGB (Red+Green+Blue) = 57+96+142=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #39608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39608E is #C69F71. Grayscale: #595959. Windows color (decimal): -13016946 or 9330745. OLE color: 9330745.

HSL color Cylindrical-coordinate representation of color #39608E: hue angle of 212.47º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39608E is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5796142-
CMYK0.600.3200.44
HSL212.47º42.71%39.02%-
HSV(B)212.47º59.86%55.69%-
XYZ10.7511.1927.18-
YUV89.58157.58104.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.32%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=19.32%
G=32.54%
B=48.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57961420.600.3200.44212.4742.7139.02
Hex39608E3C2002Cd42b27
Octal7114021674400543245347
Binary111001110000010001110111100100000010110011010100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39608E; }

 p { color: rgb(57,96,142); }

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

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

 a { background-color: rgb(57,96,142); }

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

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

 span { border-color: rgb(57,96,142); }

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