#307083

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

Shades of Astral #307083

Tints of Astral #307083

Color information

#307083 (or 0x307083) is unknown color: approx Astral. HEX triplet: 30, 70 and 83. RGB value is (48,112,131). Sum of RGB (Red+Green+Blue) = 48+112+131=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #307083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307083 is #CF8F7C. Grayscale: #5E5E5E. Windows color (decimal): -13602685 or 8613936. OLE color: 8613936.

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

Color convert

RGB48112131-
CMYK0.630.1500.49
HSL193.73º46.37%35.1%-
HSV(B)193.73º63.36%51.37%-
XYZ11.1113.8623.56-
YUV95.03148.394.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=16.49%
G=38.49%
B=45.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal481121310.630.1500.49193.7346.3735.1
Hex3070833FF031c22e23
Octal6016020377170613025643
Binary1100001110000100000111111111111011000111000010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307083; }

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

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

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

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

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

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

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

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