Html Css Color HEX #307080 Astral

📋 copy color: '#307080'

red 48 ◦ green 112 ◦ blue 128

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

Shades of Astral #307080

Tints of Astral #307080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 44.44%

R = 16.67%
G = 38.89%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#307080 (or 0x307080) is known color: Astral. HEX triplet: 30, 70 and 80. RGB value is (48,112,128). Sum of RGB (Red+Green+Blue) = 48+112+128=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #307080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307080 is #CF8F7F. Grayscale: #5E5E5E. Windows color (decimal): -13602688 or 8417328. OLE color: 8417328.

HSL color Cylindrical-coordinate representation of color #307080: hue angle of 192º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307080 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 112 128 -
CMYK 0.62 0.12 0 0.50
HSL 192º 0.45% 0.35% -
HSV(B) 192º 0.63% 0.5% -
XYZ 10.91 13.78 22.51 -
YUV 94.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 48 112 128 0.62 0.12 0 0.50 192 0.45 0.35
Hex 30 70 80 3E C 0 32 C0 2D 23
Octal 60 160 200 76 14 0 62 300 55 43
Binary 110000 1110000 10000000 111110 1100 0 110010 11000000 101101 100011

Color Harmonies of #307080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307080

Black with #307080

Text Example


Text Example

White with #307080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307080; }

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

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

background-color css

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

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

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

border-color css

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

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

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