Html Css Color HEX #307A91 Astral

📋 copy color: '#307A91'

red 48 ◦ green 122 ◦ blue 145

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

Shades of Astral #307A91

Tints of Astral #307A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.73%

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 15.24%
G = 38.73%
B = 46.03%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#307A91 (or 0x307A91) is known color: Astral. HEX triplet: 30, 7A and 91. RGB value is (48,122,145). Sum of RGB (Red+Green+Blue) = 48+122+145=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 145 - color contains mainly: blue. Hex color #307A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A91 is #CF856E. Grayscale: #666666. Windows color (decimal): -13600111 or 9534000. OLE color: 9534000.

HSL color Cylindrical-coordinate representation of color #307A91: hue angle of 194.23º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307A91 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 122 145 -
CMYK 0.67 0.16 0 0.43
HSL 194.23º 0.5% 0.38% -
HSV(B) 194.23º 0.67% 0.57% -
XYZ 13.29 16.59 29.29 -
YUV 102.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 48 122 145 0.67 0.16 0 0.43 194.23 0.5 0.38
Hex 30 7A 91 43 10 0 2B C2 32 26
Octal 60 172 221 103 20 0 53 302 62 46
Binary 110000 1111010 10010001 1000011 10000 0 101011 11000010 110010 100110

Color Harmonies of #307A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307A91

Black with #307A91

Text Example


Text Example

White with #307A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,122,145); }

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

background-color css

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

 a { background-color: rgb(48,122,145); }

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

border-color css

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

 span { border-color: rgb(48,122,145); }

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