Html Css Color HEX #307490 Astral

📋 copy color: '#307490'

red 48 ◦ green 116 ◦ blue 144

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

Shades of Astral #307490

Tints of Astral #307490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

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

R = 15.58%
G = 37.66%
B = 46.75%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#307490 (or 0x307490) is known color: Astral. HEX triplet: 30, 74 and 90. RGB value is (48,116,144). Sum of RGB (Red+Green+Blue) = 48+116+144=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #307490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307490 is #CF8B6F. Grayscale: #626262. Windows color (decimal): -13601648 or 9466928. OLE color: 9466928.

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

Color convert

RGB 48 116 144 -
CMYK 0.67 0.19 0 0.44
HSL 197.5º 0.5% 0.38% -
HSV(B) 197.5º 0.67% 0.56% -
XYZ 12.5 15.13 28.65 -
YUV 98.86 153.47 91.72 -
System Red Green Blue C M Y K H S L
Decimal 48 116 144 0.67 0.19 0 0.44 197.5 0.5 0.38
Hex 30 74 90 43 13 0 2C C6 32 26
Octal 60 164 220 103 23 0 54 306 62 46
Binary 110000 1110100 10010000 1000011 10011 0 101100 11000110 110010 100110

Color Harmonies of #307490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307490

Black with #307490

Text Example


Text Example

White with #307490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307490; }

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

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

background-color css

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

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

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

border-color css

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

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

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