#307085

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

Shades of Astral #307085

Tints of Astral #307085

Color information

#307085 (or 0x307085) is unknown color: approx Astral. HEX triplet: 30, 70 and 85. RGB value is (48,112,133). Sum of RGB (Red+Green+Blue) = 48+112+133=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #307085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307085 is #CF8F7A. Grayscale: #5F5F5F. Windows color (decimal): -13602683 or 8745008. OLE color: 8745008.

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

Color convert

RGB48112133-
CMYK0.640.1600.48
HSL194.82º46.96%35.49%-
HSV(B)194.82º63.91%52.16%-
XYZ11.2513.9124.28-
YUV95.26149.394.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 133 (52.34% from 255) = 45.39%
R=16.38%
G=38.23%
B=45.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal481121330.640.1600.48194.8246.9635.49
Hex3070854010030c32f23
Octal60160205100200603035743
Binary110000111000010000101100000010000011000011000011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307085; }

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

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

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

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

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

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

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

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