#307081

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

Shades of Astral #307081

Tints of Astral #307081

Color information

#307081 (or 0x307081) is unknown color: approx Astral. HEX triplet: 30, 70 and 81. RGB value is (48,112,129). Sum of RGB (Red+Green+Blue) = 48+112+129=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #307081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307081 is #CF8F7E. Grayscale: #5E5E5E. Windows color (decimal): -13602687 or 8482864. OLE color: 8482864.

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

Color convert

RGB48112129-
CMYK0.630.1300.49
HSL192.59º45.76%34.71%-
HSV(B)192.59º62.79%50.59%-
XYZ10.9813.822.85-
YUV94.8147.394.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=16.61%
G=38.75%
B=44.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481121290.630.1300.49192.5945.7634.71
Hex3070813FD031c12e23
Octal6016020177150613015643
Binary1100001110000100000011111111101011000111000001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307081; }

 p { color: rgb(48,112,129); }

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

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

 a { background-color: rgb(48,112,129); }

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

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

 span { border-color: rgb(48,112,129); }

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