Html Css Color HEX #307491 Astral

📋 copy color: '#307491'

red 48 ◦ green 116 ◦ blue 145

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

Shades of Astral #307491

Tints of Astral #307491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 15.53%
G = 37.54%
B = 46.93%

CMYK

 C value IS 0.67

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#307491 (or 0x307491) is known color: Astral. HEX triplet: 30, 74 and 91. RGB value is (48,116,145). Sum of RGB (Red+Green+Blue) = 48+116+145=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #307491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307491 is #CF8B6E. Grayscale: #626262. Windows color (decimal): -13601647 or 9532464. OLE color: 9532464.

HSL color Cylindrical-coordinate representation of color #307491: hue angle of 197.94º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307491 is Cyan = 0.67, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 116 145 -
CMYK 0.67 0.2 0 0.43
HSL 197.94º 0.5% 0.38% -
HSV(B) 197.94º 0.67% 0.57% -
XYZ 12.58 15.16 29.05 -
YUV 98.97 153.97 91.64 -
System Red Green Blue C M Y K H S L
Decimal 48 116 145 0.67 0.2 0 0.43 197.94 0.5 0.38
Hex 30 74 91 43 14 0 2B C6 32 26
Octal 60 164 221 103 24 0 53 306 62 46
Binary 110000 1110100 10010001 1000011 10100 0 101011 11000110 110010 100110

Color Harmonies of #307491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307491

Black with #307491

Text Example


Text Example

White with #307491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307491; }

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

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

background-color css

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

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

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

border-color css

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

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

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