#305C97

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

Shades of Endeavour #305C97

Tints of Endeavour #305C97

Color information

#305C97 (or 0x305C97) is unknown color: approx Endeavour. HEX triplet: 30, 5C and 97. RGB value is (48,92,151). Sum of RGB (Red+Green+Blue) = 48+92+151=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #305C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305C97 is #CFA368. Grayscale: #555555. Windows color (decimal): -13607785 or 9919536. OLE color: 9919536.

HSL color Cylindrical-coordinate representation of color #305C97: hue angle of 214.37º 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 #305C97 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4892151-
CMYK0.680.3900.41
HSL214.37º51.76%39.02%-
HSV(B)214.37º68.21%59.22%-
XYZ10.6310.5230.75-
YUV85.57164.92101.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 151 (59.38% from 255) = 51.89%
R=16.49%
G=31.62%
B=51.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48921510.680.3900.41214.3751.7639.02
Hex305C974427029d63427
Octal60134227104470513266447
Binary1100001011100100101111000100100111010100111010110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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