Html Css Color HEX #306780 Astral

📋 copy color: '#306780'

red 48 ◦ green 103 ◦ blue 128

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

Shades of Astral #306780

Tints of Astral #306780

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.92%

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

R = 17.2%
G = 36.92%
B = 45.88%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#306780 (or 0x306780) is known color: Astral. HEX triplet: 30, 67 and 80. RGB value is (48,103,128). Sum of RGB (Red+Green+Blue) = 48+103+128=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #306780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306780 is #CF987F. Grayscale: #595959. Windows color (decimal): -13604992 or 8415024. OLE color: 8415024.

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

Color convert

RGB 48 103 128 -
CMYK 0.62 0.20 0 0.50
HSL 198.75º 0.45% 0.35% -
HSV(B) 198.75º 0.63% 0.5% -
XYZ 9.97 11.89 22.19 -
YUV 89.41 149.78 98.47 -
System Red Green Blue C M Y K H S L
Decimal 48 103 128 0.62 0.20 0 0.50 198.75 0.45 0.35
Hex 30 67 80 3E 14 0 32 C7 2D 23
Octal 60 147 200 76 24 0 62 307 55 43
Binary 110000 1100111 10000000 111110 10100 0 110010 11000111 101101 100011

Color Harmonies of #306780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306780

Black with #306780

Text Example


Text Example

White with #306780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306780; }

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

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

background-color css

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

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

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

border-color css

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

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

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