#305699

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

Shades of Endeavour #305699

Tints of Endeavour #305699

Color information

#305699 (or 0x305699) is unknown color: approx Endeavour. HEX triplet: 30, 56 and 99. RGB value is (48,86,153). Sum of RGB (Red+Green+Blue) = 48+86+153=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #305699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305699 is #CFA966. Grayscale: #515151. Windows color (decimal): -13609319 or 10049072. OLE color: 10049072.

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

Color convert

RGB4886153-
CMYK0.690.4400.4
HSL218.29º52.24%39.41%-
HSV(B)218.29º68.63%60%-
XYZ10.39.5831.44-
YUV82.28167.91103.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=16.72%
G=29.97%
B=53.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48861530.690.4400.4218.2952.2439.41
Hex305699452C028da3427
Octal60126231105540503326447
Binary1100001010110100110011000101101100010100011011010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305699; }

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

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

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

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

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

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

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

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