Html Css Color HEX #307793 Astral

📋 copy color: '#307793'

red 48 ◦ green 119 ◦ blue 147

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

Shades of Astral #307793

Tints of Astral #307793

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.9%

 BLUE value IS 147 (57.81% from 255) = 46.82%

R = 15.29%
G = 37.9%
B = 46.82%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307793 (or 0x307793) is known color: Astral. HEX triplet: 30, 77 and 93. RGB value is (48,119,147). Sum of RGB (Red+Green+Blue) = 48+119+147=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #307793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307793 is #CF886C. Grayscale: #646464. Windows color (decimal): -13600877 or 9664304. OLE color: 9664304.

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

Color convert

RGB 48 119 147 -
CMYK 0.67 0.19 0 0.42
HSL 196.97º 0.51% 0.38% -
HSV(B) 196.97º 0.67% 0.58% -
XYZ 13.08 15.93 29.99 -
YUV 100.96 153.98 90.22 -
System Red Green Blue C M Y K H S L
Decimal 48 119 147 0.67 0.19 0 0.42 196.97 0.51 0.38
Hex 30 77 93 43 13 0 2A C5 33 26
Octal 60 167 223 103 23 0 52 305 63 46
Binary 110000 1110111 10010011 1000011 10011 0 101010 11000101 110011 100110

Color Harmonies of #307793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307793

Black with #307793

Text Example


Text Example

White with #307793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307793; }

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

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

background-color css

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

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

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

border-color css

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

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

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