#30677F

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

Shades of Astral #30677F

Tints of Astral #30677F

Color information

#30677F (or 0x30677F) is unknown color: approx Astral. HEX triplet: 30, 67 and 7F. RGB value is (48,103,127). Sum of RGB (Red+Green+Blue) = 48+103+127=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #30677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30677F is #CF9880. Grayscale: #595959. Windows color (decimal): -13604993 or 8349488. OLE color: 8349488.

HSL color Cylindrical-coordinate representation of color #30677F: hue angle of 198.23º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30677F is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48103127-
CMYK0.620.1900.50
HSL198.23º45.14%34.31%-
HSV(B)198.23º62.2%49.8%-
XYZ9.911.8621.85-
YUV89.29149.2898.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.27%
GREEN value IS 103 (40.62% from 255) = 37.05%
BLUE value IS 127 (50% from 255) = 45.68%
R=17.27%
G=37.05%
B=45.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481031270.620.1900.50198.2345.1434.31
Hex30677F3E13032c62d22
Octal6014717776230623065542
Binary1100001100111111111111111010011011001011000110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30677F; }

 p { color: rgb(48,103,127); }

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

<style>
 a { background-color: #30677F; }

 a { background-color: rgb(48,103,127); }

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

<style>
 span { border-color: #30677F; }

 span { border-color: rgb(48,103,127); }

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