#307D90

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

Shades of Astral #307D90

Tints of Astral #307D90

Color information

#307D90 (or 0x307D90) is unknown color: approx Astral. HEX triplet: 30, 7D and 90. RGB value is (48,125,144). Sum of RGB (Red+Green+Blue) = 48+125+144=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #307D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307D90 is #CF826F. Grayscale: #676767. Windows color (decimal): -13599344 or 9469232. OLE color: 9469232.

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

Color convert

RGB48125144-
CMYK0.670.1300.44
HSL191.88º50%37.65%-
HSV(B)191.88º66.67%56.47%-
XYZ13.5917.3129.01-
YUV104.14150.4987.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.14%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=15.14%
G=39.43%
B=45.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481251440.670.1300.44191.885037.65
Hex307D9043D02Cc03226
Octal60175220103150543006246
Binary11000011111011001000010000111101010110011000000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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