#307181

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

Shades of Astral #307181

Tints of Astral #307181

Color information

#307181 (or 0x307181) is unknown color: approx Astral. HEX triplet: 30, 71 and 81. RGB value is (48,113,129). Sum of RGB (Red+Green+Blue) = 48+113+129=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #307181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307181 is #CF8E7E. Grayscale: #5F5F5F. Windows color (decimal): -13602431 or 8483120. OLE color: 8483120.

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

Color convert

RGB48113129-
CMYK0.630.1200.49
HSL191.85º45.76%34.71%-
HSV(B)191.85º62.79%50.59%-
XYZ11.0914.0222.89-
YUV95.39146.9794.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.55%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 129 (50.78% from 255) = 44.48%
R=16.55%
G=38.97%
B=44.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481131290.630.1200.49191.8545.7634.71
Hex3071813FC031c02e23
Octal6016120177140613005643
Binary1100001110001100000011111111100011000111000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307181; }

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

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

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

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

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

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

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

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