#307C93

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

Shades of Astral #307C93

Tints of Astral #307C93

Color information

#307C93 (or 0x307C93) is unknown color: approx Astral. HEX triplet: 30, 7C and 93. RGB value is (48,124,147). Sum of RGB (Red+Green+Blue) = 48+124+147=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 147 - color contains mainly: blue. Hex color #307C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C93 is #CF836C. Grayscale: #676767. Windows color (decimal): -13599597 or 9665584. OLE color: 9665584.

HSL color Cylindrical-coordinate representation of color #307C93: hue angle of 193.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307C93 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB48124147-
CMYK0.670.1600.42
HSL193.94º50.77%38.24%-
HSV(B)193.94º67.35%57.65%-
XYZ13.6917.1530.19-
YUV103.9152.3288.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 124 (48.83% from 255) = 38.87%
BLUE value IS 147 (57.81% from 255) = 46.08%
R=15.05%
G=38.87%
B=46.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal481241470.670.1600.42193.9450.7738.24
Hex307C93431002Ac23326
Octal60174223103200523026346
Binary110000111110010010011100001110000010101011000010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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