Html Css Color HEX #307795 Astral

📋 copy color: '#307795'

red 48 ◦ green 119 ◦ blue 149

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

Shades of Astral #307795

Tints of Astral #307795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

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

R = 15.19%
G = 37.66%
B = 47.15%

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

#307795 (or 0x307795) is known color: Astral. HEX triplet: 30, 77 and 95. RGB value is (48,119,149). Sum of RGB (Red+Green+Blue) = 48+119+149=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #307795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307795 is #CF886A. Grayscale: #646464. Windows color (decimal): -13600875 or 9795376. OLE color: 9795376.

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

Color convert

RGB 48 119 149 -
CMYK 0.68 0.20 0 0.42
HSL 197.82º 0.51% 0.39% -
HSV(B) 197.82º 0.68% 0.58% -
XYZ 13.24 15.99 30.82 -
YUV 101.19 154.98 90.06 -
System Red Green Blue C M Y K H S L
Decimal 48 119 149 0.68 0.20 0 0.42 197.82 0.51 0.39
Hex 30 77 95 44 14 0 2A C6 33 27
Octal 60 167 225 104 24 0 52 306 63 47
Binary 110000 1110111 10010101 1000100 10100 0 101010 11000110 110011 100111

Color Harmonies of #307795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307795

Black with #307795

Text Example


Text Example

White with #307795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307795; }

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

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

background-color css

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

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

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

border-color css

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

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

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