#307E8F

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

Shades of Astral #307E8F

Tints of Astral #307E8F

Color information

#307E8F (or 0x307E8F) is unknown color: approx Astral. HEX triplet: 30, 7E and 8F. RGB value is (48,126,143). Sum of RGB (Red+Green+Blue) = 48+126+143=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #307E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307E8F is #CF8170. Grayscale: #686868. Windows color (decimal): -13599089 or 9403952. OLE color: 9403952.

HSL color Cylindrical-coordinate representation of color #307E8F: hue angle of 190.74º 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 #307E8F is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB48126143-
CMYK0.660.1200.44
HSL190.74º49.74%37.45%-
HSV(B)190.74º66.43%56.08%-
XYZ13.6417.5328.65-
YUV104.62149.6687.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 143 (56.25% from 255) = 45.11%
R=15.14%
G=39.75%
B=45.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481261430.660.1200.44190.7449.7437.45
Hex307E8F42C02Cbf3225
Octal60176217102140542776245
Binary11000011111101000111110000101100010110010111111110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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