#305899

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

Shades of Endeavour #305899

Tints of Endeavour #305899

Color information

#305899 (or 0x305899) is unknown color: approx Endeavour. HEX triplet: 30, 58 and 99. RGB value is (48,88,153). Sum of RGB (Red+Green+Blue) = 48+88+153=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #305899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305899 is #CFA766. Grayscale: #535353. Windows color (decimal): -13608807 or 10049584. OLE color: 10049584.

HSL color Cylindrical-coordinate representation of color #305899: hue angle of 217.14º 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 #305899 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4888153-
CMYK0.690.4200.4
HSL217.14º52.24%39.41%-
HSV(B)217.14º68.63%60%-
XYZ10.469.9131.5-
YUV83.45167.25102.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=16.61%
G=30.45%
B=52.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48881530.690.4200.4217.1452.2439.41
Hex305899452A028d93427
Octal60130231105520503316447
Binary1100001011000100110011000101101010010100011011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305899; }

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

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

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

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

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

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

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

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