#305A8F

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

Shades of Endeavour #305A8F

Tints of Endeavour #305A8F

Color information

#305A8F (or 0x305A8F) is unknown color: approx Endeavour. HEX triplet: 30, 5A and 8F. RGB value is (48,90,143). Sum of RGB (Red+Green+Blue) = 48+90+143=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 143 (56.25% from 255 or 50.89% from 281); Max value from RGB is 143 - color contains mainly: blue. Hex color #305A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A8F is #CFA570. Grayscale: #535353. Windows color (decimal): -13608305 or 9394736. OLE color: 9394736.

HSL color Cylindrical-coordinate representation of color #305A8F: hue angle of 213.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #305A8F is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4890143-
CMYK0.660.3700.44
HSL213.47º49.74%37.45%-
HSV(B)213.47º66.43%56.08%-
XYZ9.839.9227.38-
YUV83.48161.59102.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.08%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 143 (56.25% from 255) = 50.89%
R=17.08%
G=32.03%
B=50.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48901430.660.3700.44213.4749.7437.45
Hex305A8F422502Cd53225
Octal60132217102450543256245
Binary1100001011010100011111000010100101010110011010101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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