#307282

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

Shades of Astral #307282

Tints of Astral #307282

Color information

#307282 (or 0x307282) is unknown color: approx Astral. HEX triplet: 30, 72 and 82. RGB value is (48,114,130). Sum of RGB (Red+Green+Blue) = 48+114+130=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #307282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307282 is #CF8D7D. Grayscale: #5F5F5F. Windows color (decimal): -13602174 or 8548912. OLE color: 8548912.

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

Color convert

RGB48114130-
CMYK0.630.1200.49
HSL191.71º46.07%34.9%-
HSV(B)191.71º63.08%50.98%-
XYZ11.2714.2723.28-
YUV96.09147.1393.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 130 (51.17% from 255) = 44.52%
R=16.44%
G=39.04%
B=44.52%

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
Decimal481141300.630.1200.49191.7146.0734.9
Hex3072823FC031c02e23
Octal6016220277140613005643
Binary1100001110010100000101111111100011000111000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307282; }

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

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

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

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

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

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

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

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