#307C8A

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

Shades of Astral #307C8A

Tints of Astral #307C8A

Color information

#307C8A (or 0x307C8A) is unknown color: approx Astral. HEX triplet: 30, 7C and 8A. RGB value is (48,124,138). Sum of RGB (Red+Green+Blue) = 48+124+138=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #307C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C8A is #CF8375. Grayscale: #666666. Windows color (decimal): -13599606 or 9075760. OLE color: 9075760.

HSL color Cylindrical-coordinate representation of color #307C8A: hue angle of 189.33º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #307C8A is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48124138-
CMYK0.650.1000.46
HSL189.33º48.39%36.47%-
HSV(B)189.33º65.22%54.12%-
XYZ13.0116.8826.62-
YUV102.87147.8288.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.48%
GREEN value IS 124 (48.83% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 44.52%
R=15.48%
G=40%
B=44.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481241380.650.1000.46189.3348.3936.47
Hex307C8A41A02Ebd3024
Octal60174212101120562756044
Binary11000011111001000101010000011010010111010111101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,124,138); }

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

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

 a { background-color: rgb(48,124,138); }

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

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

 span { border-color: rgb(48,124,138); }

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