#307092

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

Shades of Astral #307092

Tints of Astral #307092

Color information

#307092 (or 0x307092) is unknown color: approx Astral. HEX triplet: 30, 70 and 92. RGB value is (48,112,146). Sum of RGB (Red+Green+Blue) = 48+112+146=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 146 (57.42% from 255 or 47.71% from 306); Max value from RGB is 146 - color contains mainly: blue. Hex color #307092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307092 is #CF8F6D. Grayscale: #606060. Windows color (decimal): -13602670 or 9596976. OLE color: 9596976.

HSL color Cylindrical-coordinate representation of color #307092: hue angle of 200.82º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #307092 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48112146-
CMYK0.670.2300.43
HSL200.82º50.52%38.04%-
HSV(B)200.82º67.12%57.25%-
XYZ12.214.2929.31-
YUV96.74155.893.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.69%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 146 (57.42% from 255) = 47.71%
R=15.69%
G=36.60%
B=47.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481121460.670.2300.43200.8250.5238.04
Hex307092431702Bc93326
Octal60160222103270533116346
Binary110000111000010010010100001110111010101111001001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307092; }

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

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

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

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

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

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

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

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