Html Css Color HEX #307997 Astral

📋 copy color: '#307997'

red 48 ◦ green 121 ◦ blue 151

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

Shades of Astral #307997

Tints of Astral #307997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 151 (59.38% from 255) = 47.19%

R = 15%
G = 37.81%
B = 47.19%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#307997 (or 0x307997) is known color: Astral. HEX triplet: 30, 79 and 97. RGB value is (48,121,151). Sum of RGB (Red+Green+Blue) = 48+121+151=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #307997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307997 is #CF8668. Grayscale: #666666. Windows color (decimal): -13600361 or 9926960. OLE color: 9926960.

HSL color Cylindrical-coordinate representation of color #307997: hue angle of 197.48º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307997 is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 121 151 -
CMYK 0.68 0.20 0 0.41
HSL 197.48º 0.52% 0.39% -
HSV(B) 197.48º 0.68% 0.59% -
XYZ 13.64 16.54 31.75 -
YUV 102.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 48 121 151 0.68 0.20 0 0.41 197.48 0.52 0.39
Hex 30 79 97 44 14 0 29 C5 34 27
Octal 60 171 227 104 24 0 51 305 64 47
Binary 110000 1111001 10010111 1000100 10100 0 101001 11000101 110100 100111

Color Harmonies of #307997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307997

Black with #307997

Text Example


Text Example

White with #307997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307997; }

 p { color: rgb(48,121,151); }

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

background-color css

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

 a { background-color: rgb(48,121,151); }

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

border-color css

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

 span { border-color: rgb(48,121,151); }

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