#30578F

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

Shades of Endeavour #30578F

Tints of Endeavour #30578F

Color information

#30578F (or 0x30578F) is unknown color: approx Endeavour. HEX triplet: 30, 57 and 8F. RGB value is (48,87,143). Sum of RGB (Red+Green+Blue) = 48+87+143=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 143 (56.25% from 255 or 51.44% from 278); Max value from RGB is 143 - color contains mainly: blue. Hex color #30578F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30578F is #CFA870. Grayscale: #515151. Windows color (decimal): -13609073 or 9393968. OLE color: 9393968.

HSL color Cylindrical-coordinate representation of color #30578F: hue angle of 215.37º 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 #30578F is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4887143-
CMYK0.660.3900.44
HSL215.37º49.74%37.45%-
HSV(B)215.37º66.43%56.08%-
XYZ9.599.4327.3-
YUV81.72162.58103.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 87 (34.38% from 255) = 31.29%
BLUE value IS 143 (56.25% from 255) = 51.44%
R=17.27%
G=31.29%
B=51.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48871430.660.3900.44215.3749.7437.45
Hex30578F422702Cd73225
Octal60127217102470543276245
Binary1100001010111100011111000010100111010110011010111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30578F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30578F; }

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

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

<style>
 a { background-color: #30578F; }

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

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

<style>
 span { border-color: #30578F; }

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

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