#305c98

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

Shades of Endeavour #305C98

Tints of Endeavour #305C98

Color information

#305C98 (or 0x305C98) is unknown color: approx Endeavour. HEX triplet: 30, 5C and 98. RGB value is (48,92,152). Sum of RGB (Red+Green+Blue) = 48+92+152=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #305C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C98 is #CFA367. Grayscale: #555555. Windows color (decimal): -13607784 or 9985072. OLE color: 9985072.

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

Color convert

RGB4892152-
CMYK0.680.3900.40
HSL214.62º52%39.22%-
HSV(B)214.62º68.42%59.61%-
XYZ10.7110.5531.18-
YUV85.68165.42101.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 92 (36.33% from 255) = 31.51%
BLUE value IS 152 (59.77% from 255) = 52.05%
R=16.44%
G=31.51%
B=52.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48921520.680.3900.40214.625239.22
Hex305C984427028d73427
Octal60134230104470503276447
Binary1100001011100100110001000100100111010100011010111110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305c98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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