#305A97

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

Shades of Endeavour #305A97

Tints of Endeavour #305A97

Color information

#305A97 (or 0x305A97) is unknown color: approx Endeavour. HEX triplet: 30, 5A and 97. RGB value is (48,90,151). Sum of RGB (Red+Green+Blue) = 48+90+151=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #305A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A97 is #CFA568. Grayscale: #545454. Windows color (decimal): -13608297 or 9919024. OLE color: 9919024.

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

Color convert

RGB4890151-
CMYK0.680.4000.41
HSL215.53º51.76%39.02%-
HSV(B)215.53º68.21%59.22%-
XYZ10.4610.1830.69-
YUV84.4165.59102.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 151 (59.38% from 255) = 52.25%
R=16.61%
G=31.14%
B=52.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal48901510.680.4000.41215.5351.7639.02
Hex305A974428029d83427
Octal60132227104500513306447
Binary1100001011010100101111000100101000010100111011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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