#306E85

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

Shades of Astral #306E85

Tints of Astral #306E85

Color information

#306E85 (or 0x306E85) is unknown color: approx Astral. HEX triplet: 30, 6E and 85. RGB value is (48,110,133). Sum of RGB (Red+Green+Blue) = 48+110+133=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #306E85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306E85 is #CF917A. Grayscale: #5D5D5D. Windows color (decimal): -13603195 or 8744496. OLE color: 8744496.

HSL color Cylindrical-coordinate representation of color #306E85: hue angle of 196.24º 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 #306E85 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB48110133-
CMYK0.640.1700.48
HSL196.24º46.96%35.49%-
HSV(B)196.24º63.91%52.16%-
XYZ11.0313.4724.21-
YUV94.08149.9695.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 133 (52.34% from 255) = 45.70%
R=16.49%
G=37.80%
B=45.70%

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
Decimal481101330.640.1700.48196.2446.9635.49
Hex306E854011030c42f23
Octal60156205100210603045743
Binary110000110111010000101100000010001011000011000100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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