Html Css Color HEX #307194 Astral

📋 copy color: '#307194'

red 48 ◦ green 113 ◦ blue 148

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

Shades of Astral #307194

Tints of Astral #307194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 15.53%
G = 36.57%
B = 47.9%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307194 (or 0x307194) is known color: Astral. HEX triplet: 30, 71 and 94. RGB value is (48,113,148). Sum of RGB (Red+Green+Blue) = 48+113+148=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 148 (58.20% from 255 or 47.90% from 309); Max value from RGB is 148 - color contains mainly: blue. Hex color #307194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307194 is #CF8E6B. Grayscale: #616161. Windows color (decimal): -13602412 or 9728304. OLE color: 9728304.

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

Color convert

RGB 48 113 148 -
CMYK 0.68 0.24 0 0.42
HSL 201º 0.51% 0.38% -
HSV(B) 201º 0.68% 0.58% -
XYZ 12.47 14.58 30.17 -
YUV 97.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 48 113 148 0.68 0.24 0 0.42 201 0.51 0.38
Hex 30 71 94 44 18 0 2A C9 33 26
Octal 60 161 224 104 30 0 52 311 63 46
Binary 110000 1110001 10010100 1000100 11000 0 101010 11001001 110011 100110

Color Harmonies of #307194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307194

Black with #307194

Text Example


Text Example

White with #307194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307194; }

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

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

background-color css

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

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

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

border-color css

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

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

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