Html Css Color HEX #307994 Astral

📋 copy color: '#307994'

red 48 ◦ green 121 ◦ blue 148

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

Shades of Astral #307994

Tints of Astral #307994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.17%

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

R = 15.14%
G = 38.17%
B = 46.69%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307994 (or 0x307994) is known color: Astral. HEX triplet: 30, 79 and 94. RGB value is (48,121,148). Sum of RGB (Red+Green+Blue) = 48+121+148=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 148 - color contains mainly: blue. Hex color #307994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307994 is #CF866B. Grayscale: #666666. Windows color (decimal): -13600364 or 9730352. OLE color: 9730352.

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

Color convert

RGB 48 121 148 -
CMYK 0.68 0.18 0 0.42
HSL 196.2º 0.51% 0.38% -
HSV(B) 196.2º 0.68% 0.58% -
XYZ 13.4 16.44 30.48 -
YUV 102.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 48 121 148 0.68 0.18 0 0.42 196.2 0.51 0.38
Hex 30 79 94 44 12 0 2A C4 33 26
Octal 60 171 224 104 22 0 52 304 63 46
Binary 110000 1111001 10010100 1000100 10010 0 101010 11000100 110011 100110

Color Harmonies of #307994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307994

Black with #307994

Text Example


Text Example

White with #307994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307994; }

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

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

background-color css

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

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

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

border-color css

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

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

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