#30778B

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

Shades of Astral #30778B

Tints of Astral #30778B

Color information

#30778B (or 0x30778B) is unknown color: approx Astral. HEX triplet: 30, 77 and 8B. RGB value is (48,119,139). Sum of RGB (Red+Green+Blue) = 48+119+139=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 119 (46.88% from 255 or 38.89% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #30778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30778B is #CF8874. Grayscale: #636363. Windows color (decimal): -13600885 or 9140016. OLE color: 9140016.

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

Color convert

RGB48119139-
CMYK0.650.1400.45
HSL193.19º48.66%36.67%-
HSV(B)193.19º65.47%54.51%-
XYZ12.4815.6926.8-
YUV100.05149.9890.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 119 (46.88% from 255) = 38.89%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=15.69%
G=38.89%
B=45.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal481191390.650.1400.45193.1948.6636.67
Hex30778B41E02Dc13125
Octal60167213101160553016145
Binary11000011101111000101110000011110010110111000001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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