#30579C

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

Shades of Endeavour #30579C

Tints of Endeavour #30579C

Color information

#30579C (or 0x30579C) is unknown color: approx Endeavour. HEX triplet: 30, 57 and 9C. RGB value is (48,87,156). Sum of RGB (Red+Green+Blue) = 48+87+156=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #30579C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30579C is #CFA863. Grayscale: #525252. Windows color (decimal): -13609060 or 10245936. OLE color: 10245936.

HSL color Cylindrical-coordinate representation of color #30579C: hue angle of 218.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30579C is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4887156-
CMYK0.690.4400.39
HSL218.33º52.94%40%-
HSV(B)218.33º69.23%61.18%-
XYZ10.639.8532.79-
YUV83.2169.08102.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 156 (61.33% from 255) = 53.61%
R=16.49%
G=29.90%
B=53.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48871560.690.4400.39218.3352.9440
Hex30579C452C027da3528
Octal60127234105540473326550
Binary1100001010111100111001000101101100010011111011010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30579C; }

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

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

<style>
 a { background-color: #30579C; }

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

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

<style>
 span { border-color: #30579C; }

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

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