#307692

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

Shades of Astral #307692

Tints of Astral #307692

Color information

#307692 (or 0x307692) is unknown color: approx Astral. HEX triplet: 30, 76 and 92. RGB value is (48,118,146). Sum of RGB (Red+Green+Blue) = 48+118+146=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #307692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307692 is #CF896D. Grayscale: #646464. Windows color (decimal): -13601134 or 9598512. OLE color: 9598512.

HSL color Cylindrical-coordinate representation of color #307692: hue angle of 197.14º 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 #307692 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB48118146-
CMYK0.670.1900.43
HSL197.14º50.52%38.04%-
HSV(B)197.14º67.12%57.25%-
XYZ12.8915.6629.54-
YUV100.26153.8190.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=15.38%
G=37.82%
B=46.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal481181460.670.1900.43197.1450.5238.04
Hex307692431302Bc53326
Octal60166222103230533056346
Binary110000111011010010010100001110011010101111000101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307692; }

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

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

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

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

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

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

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

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