Html Css Color HEX #307393 Astral

📋 copy color: '#307393'

red 48 ◦ green 115 ◦ blue 147

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

Shades of Astral #307393

Tints of Astral #307393

RGB

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

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

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

R = 15.48%
G = 37.1%
B = 47.42%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307393 (or 0x307393) is known color: Astral. HEX triplet: 30, 73 and 93. RGB value is (48,115,147). Sum of RGB (Red+Green+Blue) = 48+115+147=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 147 (57.81% from 255 or 47.42% from 310); Max value from RGB is 147 - color contains mainly: blue. Hex color #307393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307393 is #CF8C6C. Grayscale: #626262. Windows color (decimal): -13601901 or 9663280. OLE color: 9663280.

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

Color convert

RGB 48 115 147 -
CMYK 0.67 0.22 0 0.42
HSL 199.39º 0.51% 0.38% -
HSV(B) 199.39º 0.67% 0.58% -
XYZ 12.62 15 29.83 -
YUV 98.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 48 115 147 0.67 0.22 0 0.42 199.39 0.51 0.38
Hex 30 73 93 43 16 0 2A C7 33 26
Octal 60 163 223 103 26 0 52 307 63 46
Binary 110000 1110011 10010011 1000011 10110 0 101010 11000111 110011 100110

Color Harmonies of #307393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307393

Black with #307393

Text Example


Text Example

White with #307393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307393; }

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

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

background-color css

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

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

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

border-color css

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

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

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