#3A618F

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

Shades of Endeavour #3A618F

Tints of Endeavour #3A618F

Color information

#3A618F (or 0x3A618F) is unknown color: approx Endeavour. HEX triplet: 3A, 61 and 8F. RGB value is (58,97,143). Sum of RGB (Red+Green+Blue) = 58+97+143=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A618F is #C59E70. Grayscale: #5A5A5A. Windows color (decimal): -12951153 or 9396538. OLE color: 9396538.

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

Color convert

RGB5897143-
CMYK0.590.3200.44
HSL212.47º42.29%39.41%-
HSV(B)212.47º59.44%56.08%-
XYZ10.9811.4327.61-
YUV90.58157.58104.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=19.46%
G=32.55%
B=47.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58971430.590.3200.44212.4742.2939.41
Hex3A618F3B2002Cd42a27
Octal7214121773400543245247
Binary111010110000110001111111011100000010110011010100101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A618F; }

 p { color: rgb(58,97,143); }

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

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

 a { background-color: rgb(58,97,143); }

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

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

 span { border-color: rgb(58,97,143); }

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