#306D82

Color #306D82 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #306D82

Tints of Astral #306D82

Color information

#306D82 (or 0x306D82) is unknown color: approx Astral. HEX triplet: 30, 6D and 82. RGB value is (48,109,130). Sum of RGB (Red+Green+Blue) = 48+109+130=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 130 - color contains mainly: blue. Hex color #306D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D82 is #CF927D. Grayscale: #5D5D5D. Windows color (decimal): -13603454 or 8547632. OLE color: 8547632.

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

Color convert

RGB48109130-
CMYK0.630.1600.49
HSL195.37º46.07%34.9%-
HSV(B)195.37º63.08%50.98%-
XYZ10.7213.1823.1-
YUV93.16148.7995.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=16.72%
G=37.98%
B=45.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481091300.630.1600.49195.3746.0734.9
Hex306D823F10031c32e23
Octal6015520277200613035643
Binary11000011011011000001011111110000011000111000011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306D82; }

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

 H1.HeaderClassName
 {
   color: #306D82;
 }
 .AnyTagClassName
 {
   color: #306D82;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #306D82;
 }
 .BgClassName
 {
   background-color: #306D82;
 }
</style>
border-color css

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

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

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