#306E84

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

Shades of Astral #306E84

Tints of Astral #306E84

Color information

#306E84 (or 0x306E84) is unknown color: approx Astral. HEX triplet: 30, 6E and 84. RGB value is (48,110,132). Sum of RGB (Red+Green+Blue) = 48+110+132=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #306E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306E84 is #CF917B. Grayscale: #5D5D5D. Windows color (decimal): -13603196 or 8678960. OLE color: 8678960.

HSL color Cylindrical-coordinate representation of color #306E84: hue angle of 195.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #306E84 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48110132-
CMYK0.640.1700.48
HSL195.71º46.67%35.29%-
HSV(B)195.71º63.64%51.76%-
XYZ10.9613.4523.85-
YUV93.97149.4695.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=16.55%
G=37.93%
B=45.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481101320.640.1700.48195.7146.6735.29
Hex306E844011030c42f23
Octal60156204100210603045743
Binary110000110111010000100100000010001011000011000100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,110,132); }

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

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

 a { background-color: rgb(48,110,132); }

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

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

 span { border-color: rgb(48,110,132); }

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