Html Css Color HEX #306682 Astral

📋 copy color: '#306682'

red 48 ◦ green 102 ◦ blue 130

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

Shades of Astral #306682

Tints of Astral #306682

RGB

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

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

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

R = 17.14%
G = 36.43%
B = 46.43%

CMYK

 C value IS 0.63

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#306682 (or 0x306682) is known color: Astral. HEX triplet: 30, 66 and 82. RGB value is (48,102,130). Sum of RGB (Red+Green+Blue) = 48+102+130=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #306682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306682 is #CF997D. Grayscale: #585858. Windows color (decimal): -13605246 or 8545840. OLE color: 8545840.

HSL color Cylindrical-coordinate representation of color #306682: hue angle of 200.49º 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 #306682 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 102 130 -
CMYK 0.63 0.22 0 0.49
HSL 200.49º 0.46% 0.35% -
HSV(B) 200.49º 0.63% 0.51% -
XYZ 10 11.74 22.86 -
YUV 89.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 48 102 130 0.63 0.22 0 0.49 200.49 0.46 0.35
Hex 30 66 82 3F 16 0 31 C8 2E 23
Octal 60 146 202 77 26 0 61 310 56 43
Binary 110000 1100110 10000010 111111 10110 0 110001 11001000 101110 100011

Color Harmonies of #306682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306682

Black with #306682

Text Example


Text Example

White with #306682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306682; }

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

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

background-color css

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

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

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

border-color css

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

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

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