#30599C

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

Shades of Endeavour #30599C

Tints of Endeavour #30599C

Color information

#30599C (or 0x30599C) is unknown color: approx Endeavour. HEX triplet: 30, 59 and 9C. RGB value is (48,89,156). Sum of RGB (Red+Green+Blue) = 48+89+156=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #30599C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30599C is #CFA663. Grayscale: #545454. Windows color (decimal): -13608548 or 10246448. OLE color: 10246448.

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

Color convert

RGB4889156-
CMYK0.690.4300.39
HSL217.22º52.94%40%-
HSV(B)217.22º69.23%61.18%-
XYZ10.7910.1732.85-
YUV84.38168.42102.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=16.38%
G=30.38%
B=53.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal48891560.690.4300.39217.2252.9440
Hex30599C452B027d93528
Octal60131234105530473316550
Binary1100001011001100111001000101101011010011111011001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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