#307D8F

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

Shades of Astral #307D8F

Tints of Astral #307D8F

Color information

#307D8F (or 0x307D8F) is unknown color: approx Astral. HEX triplet: 30, 7D and 8F. RGB value is (48,125,143). Sum of RGB (Red+Green+Blue) = 48+125+143=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #307D8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D8F is #CF8270. Grayscale: #676767. Windows color (decimal): -13599345 or 9403696. OLE color: 9403696.

HSL color Cylindrical-coordinate representation of color #307D8F: hue angle of 191.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #307D8F is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB48125143-
CMYK0.660.1300.44
HSL191.37º49.74%37.45%-
HSV(B)191.37º66.43%56.08%-
XYZ13.5117.2828.61-
YUV104.03149.9988.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.19%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=15.19%
G=39.56%
B=45.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481251430.660.1300.44191.3749.7437.45
Hex307D8F42D02Cbf3225
Octal60175217102150542776245
Binary11000011111011000111110000101101010110010111111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307D8F; }

 p { color: rgb(48,125,143); }

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

<style>
 a { background-color: #307D8F; }

 a { background-color: rgb(48,125,143); }

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

<style>
 span { border-color: #307D8F; }

 span { border-color: rgb(48,125,143); }

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