#305799

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

Shades of Endeavour #305799

Tints of Endeavour #305799

Color information

#305799 (or 0x305799) is unknown color: approx Endeavour. HEX triplet: 30, 57 and 99. RGB value is (48,87,153). Sum of RGB (Red+Green+Blue) = 48+87+153=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #305799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305799 is #CFA866. Grayscale: #525252. Windows color (decimal): -13609063 or 10049328. OLE color: 10049328.

HSL color Cylindrical-coordinate representation of color #305799: hue angle of 217.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #305799 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4887153-
CMYK0.690.4300.4
HSL217.71º52.24%39.41%-
HSV(B)217.71º68.63%60%-
XYZ10.389.7431.47-
YUV82.86167.58103.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.67%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=16.67%
G=30.21%
B=53.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48871530.690.4300.4217.7152.2439.41
Hex305799452B028da3427
Octal60127231105530503326447
Binary1100001010111100110011000101101011010100011011010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305799; }

 p { color: rgb(48,87,153); }

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

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

 a { background-color: rgb(48,87,153); }

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

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

 span { border-color: rgb(48,87,153); }

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