Html Css Color HEX #307794 Astral

📋 copy color: '#307794'

red 48 ◦ green 119 ◦ blue 148

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

Shades of Astral #307794

Tints of Astral #307794

RGB

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

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

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

R = 15.24%
G = 37.78%
B = 46.98%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307794 (or 0x307794) is known color: Astral. HEX triplet: 30, 77 and 94. RGB value is (48,119,148). Sum of RGB (Red+Green+Blue) = 48+119+148=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #307794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307794 is #CF886B. Grayscale: #646464. Windows color (decimal): -13600876 or 9729840. OLE color: 9729840.

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

Color convert

RGB 48 119 148 -
CMYK 0.68 0.20 0 0.42
HSL 197.4º 0.51% 0.38% -
HSV(B) 197.4º 0.68% 0.58% -
XYZ 13.16 15.96 30.4 -
YUV 101.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 48 119 148 0.68 0.20 0 0.42 197.4 0.51 0.38
Hex 30 77 94 44 14 0 2A C5 33 26
Octal 60 167 224 104 24 0 52 305 63 46
Binary 110000 1110111 10010100 1000100 10100 0 101010 11000101 110011 100110

Color Harmonies of #307794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307794

Black with #307794

Text Example


Text Example

White with #307794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307794; }

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

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

background-color css

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

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

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

border-color css

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

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

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