Html Css Color HEX #306680 Astral

📋 copy color: '#306680'

red 48 ◦ green 102 ◦ blue 128

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

Shades of Astral #306680

Tints of Astral #306680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

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

R = 17.27%
G = 36.69%
B = 46.04%

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

#306680 (or 0x306680) is known color: Astral. HEX triplet: 30, 66 and 80. RGB value is (48,102,128). Sum of RGB (Red+Green+Blue) = 48+102+128=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 128 - color contains mainly: blue. Hex color #306680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306680 is #CF997F. Grayscale: #585858. Windows color (decimal): -13605248 or 8414768. OLE color: 8414768.

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

Color convert

RGB 48 102 128 -
CMYK 0.62 0.20 0 0.50
HSL 199.5º 0.45% 0.35% -
HSV(B) 199.5º 0.63% 0.5% -
XYZ 9.87 11.69 22.16 -
YUV 88.82 150.11 98.89 -
System Red Green Blue C M Y K H S L
Decimal 48 102 128 0.62 0.20 0 0.50 199.5 0.45 0.35
Hex 30 66 80 3E 14 0 32 C8 2D 23
Octal 60 146 200 76 24 0 62 310 55 43
Binary 110000 1100110 10000000 111110 10100 0 110010 11001000 101101 100011

Color Harmonies of #306680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306680

Black with #306680

Text Example


Text Example

White with #306680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306680; }

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

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

background-color css

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

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

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

border-color css

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

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

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