Html Css Color HEX #307486 Astral

📋 copy color: '#307486'

red 48 ◦ green 116 ◦ blue 134

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

Shades of Astral #307486

Tints of Astral #307486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 134 (52.73% from 255) = 44.97%

R = 16.11%
G = 38.93%
B = 44.97%

CMYK

 C value IS 0.64

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#307486 (or 0x307486) is known color: Astral. HEX triplet: 30, 74 and 86. RGB value is (48,116,134). Sum of RGB (Red+Green+Blue) = 48+116+134=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #307486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307486 is #CF8B79. Grayscale: #616161. Windows color (decimal): -13601658 or 8811568. OLE color: 8811568.

HSL color Cylindrical-coordinate representation of color #307486: hue angle of 192.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #307486 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 116 134 -
CMYK 0.64 0.13 0 0.47
HSL 192.56º 0.47% 0.36% -
HSV(B) 192.56º 0.64% 0.53% -
XYZ 11.77 14.84 24.8 -
YUV 97.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 48 116 134 0.64 0.13 0 0.47 192.56 0.47 0.36
Hex 30 74 86 40 D 0 2F C1 2F 24
Octal 60 164 206 100 15 0 57 301 57 44
Binary 110000 1110100 10000110 1000000 1101 0 101111 11000001 101111 100100

Color Harmonies of #307486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307486

Black with #307486

Text Example


Text Example

White with #307486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307486; }

 p { color: rgb(48,116,134); }

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

background-color css

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

 a { background-color: rgb(48,116,134); }

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

border-color css

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

 span { border-color: rgb(48,116,134); }

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