#305C99

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

Shades of Endeavour #305C99

Tints of Endeavour #305C99

Color information

#305C99 (or 0x305C99) is unknown color: approx Endeavour. HEX triplet: 30, 5C and 99. RGB value is (48,92,153). Sum of RGB (Red+Green+Blue) = 48+92+153=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #305C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C99 is #CFA366. Grayscale: #555555. Windows color (decimal): -13607783 or 10050608. OLE color: 10050608.

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

Color convert

RGB4892153-
CMYK0.690.4000.4
HSL214.86º52.24%39.41%-
HSV(B)214.86º68.63%60%-
XYZ10.810.5831.61-
YUV85.8165.92101.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 153 (60.16% from 255) = 52.22%
R=16.38%
G=31.40%
B=52.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal48921530.690.4000.4214.8652.2439.41
Hex305C994528028d73427
Octal60134231105500503276447
Binary1100001011100100110011000101101000010100011010111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305C99; }

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

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

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

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

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

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

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

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