Html Css Color HEX #306882 Astral

📋 copy color: '#306882'

red 48 ◦ green 104 ◦ blue 130

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

Shades of Astral #306882

Tints of Astral #306882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 130 (51.17% from 255) = 46.1%

R = 17.02%
G = 36.88%
B = 46.1%

CMYK

 C value IS 0.63

 M value IS 0.2

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306882 (or 0x306882) is known color: Astral. HEX triplet: 30, 68 and 82. RGB value is (48,104,130). Sum of RGB (Red+Green+Blue) = 48+104+130=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #306882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306882 is #CF977D. Grayscale: #5A5A5A. Windows color (decimal): -13604734 or 8546352. OLE color: 8546352.

HSL color Cylindrical-coordinate representation of color #306882: hue angle of 199.02º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306882 is Cyan = 0.63, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 104 130 -
CMYK 0.63 0.2 0 0.49
HSL 199.02º 0.46% 0.35% -
HSV(B) 199.02º 0.63% 0.51% -
XYZ 10.2 12.14 22.92 -
YUV 90.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 48 104 130 0.63 0.2 0 0.49 199.02 0.46 0.35
Hex 30 68 82 3F 14 0 31 C7 2E 23
Octal 60 150 202 77 24 0 61 307 56 43
Binary 110000 1101000 10000010 111111 10100 0 110001 11000111 101110 100011

Color Harmonies of #306882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306882

Black with #306882

Text Example


Text Example

White with #306882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306882; }

 p { color: rgb(48,104,130); }

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

background-color css

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

 a { background-color: rgb(48,104,130); }

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

border-color css

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

 span { border-color: rgb(48,104,130); }

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