#306E83

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

Shades of Astral #306E83

Tints of Astral #306E83

Color information

#306E83 (or 0x306E83) is unknown color: approx Astral. HEX triplet: 30, 6E and 83. RGB value is (48,110,131). Sum of RGB (Red+Green+Blue) = 48+110+131=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #306E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306E83 is #CF917C. Grayscale: #5D5D5D. Windows color (decimal): -13603197 or 8613424. OLE color: 8613424.

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

Color convert

RGB48110131-
CMYK0.630.1600.49
HSL195.18º46.37%35.1%-
HSV(B)195.18º63.36%51.37%-
XYZ10.8913.4223.49-
YUV93.86148.9695.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 131 (51.56% from 255) = 45.33%
R=16.61%
G=38.06%
B=45.33%

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
Decimal481101310.630.1600.49195.1846.3735.1
Hex306E833F10031c32e23
Octal6015620377200613035643
Binary11000011011101000001111111110000011000111000011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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