#305794

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

Shades of Endeavour #305794

Tints of Endeavour #305794

Color information

#305794 (or 0x305794) is unknown color: approx Endeavour. HEX triplet: 30, 57 and 94. RGB value is (48,87,148). Sum of RGB (Red+Green+Blue) = 48+87+148=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 87 (34.38% from 255 or 30.74% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #305794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305794 is #CFA86B. Grayscale: #525252. Windows color (decimal): -13609068 or 9721648. OLE color: 9721648.

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

Color convert

RGB4887148-
CMYK0.680.4100.42
HSL216.6º51.02%38.43%-
HSV(B)216.6º67.57%58.04%-
XYZ9.979.5829.34-
YUV82.29165.08103.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.96%
GREEN value IS 87 (34.38% from 255) = 30.74%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=16.96%
G=30.74%
B=52.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48871480.680.4100.42216.651.0238.43
Hex305794442902Ad93326
Octal60127224104510523316346
Binary1100001010111100101001000100101001010101011011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305794; }

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

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

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

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

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

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

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

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