#305796

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

Shades of Endeavour #305796

Tints of Endeavour #305796

Color information

#305796 (or 0x305796) is unknown color: approx Endeavour. HEX triplet: 30, 57 and 96. RGB value is (48,87,150). Sum of RGB (Red+Green+Blue) = 48+87+150=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #305796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305796 is #CFA869. Grayscale: #525252. Windows color (decimal): -13609066 or 9852720. OLE color: 9852720.

HSL color Cylindrical-coordinate representation of color #305796: hue angle of 217.06º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #305796 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4887150-
CMYK0.680.4200.41
HSL217.06º51.52%38.82%-
HSV(B)217.06º68%58.82%-
XYZ10.139.6530.18-
YUV82.52166.08103.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=16.84%
G=30.53%
B=52.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48871500.680.4200.41217.0651.5238.82
Hex305796442A029d93427
Octal60127226104520513316447
Binary1100001010111100101101000100101010010100111011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305796; }

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

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

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

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

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

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

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

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