Html Css Color HEX #307091 Astral

📋 copy color: '#307091'

red 48 ◦ green 112 ◦ blue 145

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

Shades of Astral #307091

Tints of Astral #307091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.72%

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

R = 15.74%
G = 36.72%
B = 47.54%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#307091 (or 0x307091) is known color: Astral. HEX triplet: 30, 70 and 91. RGB value is (48,112,145). Sum of RGB (Red+Green+Blue) = 48+112+145=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #307091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307091 is #CF8F6E. Grayscale: #606060. Windows color (decimal): -13602671 or 9531440. OLE color: 9531440.

HSL color Cylindrical-coordinate representation of color #307091: hue angle of 200.41º 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 #307091 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 112 145 -
CMYK 0.67 0.23 0 0.43
HSL 200.41º 0.5% 0.38% -
HSV(B) 200.41º 0.67% 0.57% -
XYZ 12.12 14.26 28.9 -
YUV 96.63 155.3 93.32 -
System Red Green Blue C M Y K H S L
Decimal 48 112 145 0.67 0.23 0 0.43 200.41 0.5 0.38
Hex 30 70 91 43 17 0 2B C8 32 26
Octal 60 160 221 103 27 0 53 310 62 46
Binary 110000 1110000 10010001 1000011 10111 0 101011 11001000 110010 100110

Color Harmonies of #307091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307091

Black with #307091

Text Example


Text Example

White with #307091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307091; }

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

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

background-color css

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

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

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

border-color css

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

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

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