Html Css Color HEX #307895 Astral

📋 copy color: '#307895'

red 48 ◦ green 120 ◦ blue 149

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

Shades of Astral #307895

Tints of Astral #307895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.85%

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

R = 15.14%
G = 37.85%
B = 47%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#307895 (or 0x307895) is known color: Astral. HEX triplet: 30, 78 and 95. RGB value is (48,120,149). Sum of RGB (Red+Green+Blue) = 48+120+149=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #307895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307895 is #CF876A. Grayscale: #656565. Windows color (decimal): -13600619 or 9795632. OLE color: 9795632.

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

Color convert

RGB 48 120 149 -
CMYK 0.68 0.19 0 0.42
HSL 197.23º 0.51% 0.39% -
HSV(B) 197.23º 0.68% 0.58% -
XYZ 13.36 16.23 30.86 -
YUV 101.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 48 120 149 0.68 0.19 0 0.42 197.23 0.51 0.39
Hex 30 78 95 44 13 0 2A C5 33 27
Octal 60 170 225 104 23 0 52 305 63 47
Binary 110000 1111000 10010101 1000100 10011 0 101010 11000101 110011 100111

Color Harmonies of #307895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307895

Black with #307895

Text Example


Text Example

White with #307895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307895; }

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

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

background-color css

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

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

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

border-color css

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

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

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