Html Css Color HEX #307C95 Astral

📋 copy color: '#307C95'

red 48 ◦ green 124 ◦ blue 149

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

Shades of Astral #307C95

Tints of Astral #307C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.63%

 BLUE value IS 149 (58.59% from 255) = 46.42%

R = 14.95%
G = 38.63%
B = 46.42%

CMYK

 C value IS 0.68

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307C95 (or 0x307C95) is known color: Astral. HEX triplet: 30, 7C and 95. RGB value is (48,124,149). Sum of RGB (Red+Green+Blue) = 48+124+149=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #307C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C95 is #CF836A. Grayscale: #676767. Windows color (decimal): -13599595 or 9796656. OLE color: 9796656.

HSL color Cylindrical-coordinate representation of color #307C95: hue angle of 194.85º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307C95 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 124 149 -
CMYK 0.68 0.17 0 0.42
HSL 194.85º 0.51% 0.39% -
HSV(B) 194.85º 0.68% 0.58% -
XYZ 13.85 17.21 31.03 -
YUV 104.13 153.32 87.97 -
System Red Green Blue C M Y K H S L
Decimal 48 124 149 0.68 0.17 0 0.42 194.85 0.51 0.39
Hex 30 7C 95 44 11 0 2A C3 33 27
Octal 60 174 225 104 21 0 52 303 63 47
Binary 110000 1111100 10010101 1000100 10001 0 101010 11000011 110011 100111

Color Harmonies of #307C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307C95

Black with #307C95

Text Example


Text Example

White with #307C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307C95; }

 p { color: rgb(48,124,149); }

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

background-color css

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

 a { background-color: rgb(48,124,149); }

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

border-color css

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

 span { border-color: rgb(48,124,149); }

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