#30778C

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

Shades of Astral #30778C

Tints of Astral #30778C

Color information

#30778C (or 0x30778C) is unknown color: approx Astral. HEX triplet: 30, 77 and 8C. RGB value is (48,119,140). Sum of RGB (Red+Green+Blue) = 48+119+140=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #30778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30778C is #CF8873. Grayscale: #646464. Windows color (decimal): -13600884 or 9205552. OLE color: 9205552.

HSL color Cylindrical-coordinate representation of color #30778C: hue angle of 193.7º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30778C is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB48119140-
CMYK0.660.1500.45
HSL193.7º48.94%36.86%-
HSV(B)193.7º65.71%54.9%-
XYZ12.5515.7227.18-
YUV100.16150.4890.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.64%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 140 (55.08% from 255) = 45.60%
R=15.64%
G=38.76%
B=45.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481191400.660.1500.45193.748.9436.86
Hex30778C42F02Dc23125
Octal60167214102170553026145
Binary11000011101111000110010000101111010110111000010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,119,140); }

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

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

 a { background-color: rgb(48,119,140); }

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

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

 span { border-color: rgb(48,119,140); }

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