Html Css Color HEX #307694 Astral

📋 copy color: '#307694'

red 48 ◦ green 118 ◦ blue 148

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

Shades of Astral #307694

Tints of Astral #307694

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 15.29%
G = 37.58%
B = 47.13%

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

#307694 (or 0x307694) is known color: Astral. HEX triplet: 30, 76 and 94. RGB value is (48,118,148). Sum of RGB (Red+Green+Blue) = 48+118+148=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #307694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307694 is #CF896B. Grayscale: #646464. Windows color (decimal): -13601132 or 9729584. OLE color: 9729584.

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

Color convert

RGB 48 118 148 -
CMYK 0.68 0.20 0 0.42
HSL 198º 0.51% 0.38% -
HSV(B) 198º 0.68% 0.58% -
XYZ 13.04 15.72 30.36 -
YUV 100.49 154.81 90.56 -
System Red Green Blue C M Y K H S L
Decimal 48 118 148 0.68 0.20 0 0.42 198 0.51 0.38
Hex 30 76 94 44 14 0 2A C6 33 26
Octal 60 166 224 104 24 0 52 306 63 46
Binary 110000 1110110 10010100 1000100 10100 0 101010 11000110 110011 100110

Color Harmonies of #307694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307694

Black with #307694

Text Example


Text Example

White with #307694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307694; }

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

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

background-color css

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

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

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

border-color css

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

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

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