#30589C

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

Shades of Endeavour #30589C

Tints of Endeavour #30589C

Color information

#30589C (or 0x30589C) is unknown color: approx Endeavour. HEX triplet: 30, 58 and 9C. RGB value is (48,88,156). Sum of RGB (Red+Green+Blue) = 48+88+156=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #30589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30589C is #CFA763. Grayscale: #535353. Windows color (decimal): -13608804 or 10246192. OLE color: 10246192.

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

Color convert

RGB4888156-
CMYK0.690.4400.39
HSL217.78º52.94%40%-
HSV(B)217.78º69.23%61.18%-
XYZ10.7110.0132.82-
YUV83.79168.75102.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 156 (61.33% from 255) = 53.42%
R=16.44%
G=30.14%
B=53.42%

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
Decimal48881560.690.4400.39217.7852.9440
Hex30589C452C027da3528
Octal60130234105540473326550
Binary1100001011000100111001000101101100010011111011010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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