Html Css Color HEX #307394 Astral

📋 copy color: '#307394'

red 48 ◦ green 115 ◦ blue 148

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

Shades of Astral #307394

Tints of Astral #307394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 47.59%

R = 15.43%
G = 36.98%
B = 47.59%

CMYK

 C value IS 0.68

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307394 (or 0x307394) is known color: Astral. HEX triplet: 30, 73 and 94. RGB value is (48,115,148). Sum of RGB (Red+Green+Blue) = 48+115+148=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 148 (58.20% from 255 or 47.59% from 311); Max value from RGB is 148 - color contains mainly: blue. Hex color #307394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307394 is #CF8C6B. Grayscale: #626262. Windows color (decimal): -13601900 or 9728816. OLE color: 9728816.

HSL color Cylindrical-coordinate representation of color #307394: hue angle of 199.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307394 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 115 148 -
CMYK 0.68 0.22 0 0.42
HSL 199.8º 0.51% 0.38% -
HSV(B) 199.8º 0.68% 0.58% -
XYZ 12.69 15.03 30.25 -
YUV 98.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 48 115 148 0.68 0.22 0 0.42 199.8 0.51 0.38
Hex 30 73 94 44 16 0 2A C8 33 26
Octal 60 163 224 104 26 0 52 310 63 46
Binary 110000 1110011 10010100 1000100 10110 0 101010 11001000 110011 100110

Color Harmonies of #307394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307394

Black with #307394

Text Example


Text Example

White with #307394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307394; }

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

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

background-color css

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

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

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

border-color css

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

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

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