Html Css Color HEX #307390 Astral

📋 copy color: '#307390'

red 48 ◦ green 115 ◦ blue 144

#307390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #307390

Tints of Astral #307390

RGB

 RED value IS 48 (19.14% from 255) = 15.64%

 GREEN value IS 115 (45.31% from 255) = 37.46%

 BLUE value IS 144 (56.64% from 255) = 46.91%

R = 15.64%
G = 37.46%
B = 46.91%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#307390 (or 0x307390) is known color: Astral. HEX triplet: 30, 73 and 90. RGB value is (48,115,144). Sum of RGB (Red+Green+Blue) = 48+115+144=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 144 (56.64% from 255 or 46.91% from 307); Max value from RGB is 144 - color contains mainly: blue. Hex color #307390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307390 is #CF8C6F. Grayscale: #626262. Windows color (decimal): -13601904 or 9466672. OLE color: 9466672.

HSL color Cylindrical-coordinate representation of color #307390: hue angle of 198.12º 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 #307390 is Cyan = 0.67, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 115 144 -
CMYK 0.67 0.20 0 0.44
HSL 198.13º 0.5% 0.38% -
HSV(B) 198.13º 0.67% 0.56% -
XYZ 12.38 14.9 28.61 -
YUV 98.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 48 115 144 0.67 0.20 0 0.44 198.13 0.5 0.38
Hex 30 73 90 43 14 0 2C C6 32 26
Octal 60 163 220 103 24 0 54 306 62 46
Binary 110000 1110011 10010000 1000011 10100 0 101100 11000110 110010 100110

Color Harmonies of #307390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307390

Black with #307390

Text Example


Text Example

White with #307390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307390; }

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

 H1.HeaderClassName
 {
   color: #307390;
 }
 .AnyTagClassName
 {
   color: #307390;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #307390;
 }
 .BgClassName
 {
   background-color: #307390;
 }
</style>

border-color css

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

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

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