#307382

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

Shades of Astral #307382

Tints of Astral #307382

Color information

#307382 (or 0x307382) is unknown color: approx Astral. HEX triplet: 30, 73 and 82. RGB value is (48,115,130). Sum of RGB (Red+Green+Blue) = 48+115+130=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #307382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307382 is #CF8C7D. Grayscale: #606060. Windows color (decimal): -13601918 or 8549168. OLE color: 8549168.

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

Color convert

RGB48115130-
CMYK0.630.1200.49
HSL190.98º46.07%34.9%-
HSV(B)190.98º63.08%50.98%-
XYZ11.3814.523.32-
YUV96.68146.893.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=16.38%
G=39.25%
B=44.37%

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
Decimal481151300.630.1200.49190.9846.0734.9
Hex3073823FC031bf2e23
Octal6016320277140612775643
Binary1100001110011100000101111111100011000110111111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307382; }

 p { color: rgb(48,115,130); }

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

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

 a { background-color: rgb(48,115,130); }

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

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

 span { border-color: rgb(48,115,130); }

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